0.1.1 • Published 9 years ago

node-close.io v0.1.1

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

node-close.io

IN DEV

Development

this projet has been set up with a precommit that forces you to follow a code style, no jshint issues and 100% of code coverage before commit

to run test

npm test

to run jshint

npm run jshint

to run code style

npm run code-style

to run check code coverage

npm run check-coverage

to open the code coverage report

npm run open-coverage