Install dependencies with:
npm installAll commits must follow the Conventional Commits specification, so an automatic changelog can be generated.
npm run lintThe tests are written with the Node.js test runner.
npm run testnpm run formatBump the package version and generate a changelog:
npm version …See npm version docs for all available arguments.
Publish the new version with:
npm publish