Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 696 Bytes

File metadata and controls

47 lines (30 loc) · 696 Bytes

Contributing

Getting started

Install dependencies with:

npm install

All commits must follow the Conventional Commits specification, so an automatic changelog can be generated.

Run linter

npm run lint

Run test

The tests are written with the Node.js test runner.

npm run test

Format code

npm run format

Create release

Bump the package version and generate a changelog:

npm version …

See npm version docs for all available arguments.

Publish the new version with:

npm publish