Pull requests and contributions are warmly welcome.
This package uses npm/node tools just in the developer environment. NPM scripts are used to run tasks.
Install tools needed for development:
yarn
The project is set up with precommit hooks that will run prettier on the code, and stop commits containing linting errors.
If you don't want to run these on each commit, modify or delete your
.git/hooks/pre-commit
file. You should then run and fix these before making a PR.
Running tests:
yarn test
yarn release