Boilerplate repo with:
- MIT License
- Node, npm
- tests with the
node:testbuilt-in - formatting with prettier
- GitHub Actions on commit and to auto-publish on GH release
- note: for publish to work,
NPM_TOKENhas to be set in the repository GH Actions secrets
- note: for publish to work,
- Node 20
- npm v8+
- Clone the repository
- Run
npm installinstalls all required dependencies.
npm testwill run tests using the Node.js test runner and thenode:testmodule.npm run formatwill run prettier on all the examples files (and tests).
Code is licensed under the MIT License.