generator-madoos-node-module
v0.11.0
Published
Basic generator of a node module
Downloads
6
Readme
generator-madoos-node-module
Basic generator of a node module
It includes
- Unit test with Mocha and Chai
- Cover whit Istanbul
- Standard code style
- Jenkins integration
Installation
First, install Yeoman and generator-madoos-node-module using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-madoos-node-module
Then generate your new project:
yo madoos-node-module
Run test
npm test
npm run test:linter:show
npm run test:unit:show
npm run test:cover:show
Run test and generate report files
npm run test:report
npm run test:linter:report
npm run test:unit:report
npm run test:cover:report