0.11.0 • Published 8 years ago

generator-madoos-node-module v0.11.0

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

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
0.11.0

8 years ago

0.10.3

8 years ago

0.10.2

8 years ago

0.10.1

8 years ago

0.10.0

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago

0.0.4

8 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago