Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 396 Bytes

6.developers.md

File metadata and controls

20 lines (12 loc) · 396 Bytes

Developers instructions

Publishing

To automatically generate a new version:

yarn run release

There is currently no CI, copy/paste the code after release. Note, commits and tags are automatically pushed before publishing.

npm publish

Unit test

Unit tests are written and executed with Mocha and Should.js. Run npm run test to execute the all test suite.