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