0.11.0 • Published 9 years ago
generator-madoos-node-module v0.11.0
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-moduleThen generate your new project:
yo madoos-node-moduleRun test
npm testnpm run test:linter:shownpm run test:unit:shownpm run test:cover:show
Run test and generate report files
npm run test:reportnpm run test:linter:reportnpm run test:unit:reportnpm run test:cover:report