0.0.1 • Published 5 years ago

okr-nodea v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

okra-node

Commands

$ npm test # run tests with Jest
$ npm run coverage # run tests with coverage and open it on browser
$ npm run lint # lint code
$ npm run docs # generate docs
$ npm run build # generate docs and transpile code

Publish

$ npm release
$ npm publish

It'll automatically run test, lint, docs, build, generate CHANGELOG.md, and push commits and tags to the remote repository.