Developer Guide
December 18, 2025 ยท View on GitHub
Running Unit Tests
npm install
npm test
To run tests continuously each time a file is changed on disk (useful during development), start the following command:
npm run test-watch
Linting
npm run lint
Upgrade Dependencies
npx npm-check-updates -u && npm i
Releasing
Use release-droid for creating releases and publishing to NPM Registry.
The release build release.yml for publishing to npmjs.org will be triggered when the GitHub release is published.