2.6.4 • Published 9 years ago
generator-nodecli-awesome v2.6.4
generator-nodecli-awesome
A node.js cli app generator for Yeoman.
- pure mocha tests
- no grunt
- no gulp
- creates man pages from markdown files
This is a improved version of https://github.com/walidsa3d/generator-nodecli
Install
To install from npm, run:
$ npm install -g generator-nodecli-awesomeUsage
Initiate the generator:
$ yo nodecli-awesomeThis generator will install the following files:
- package-json - initialized with the answers to all your questions.
- .travis.yml - set up so you can push and get travis-ci continous integration tests.
- .gitignore - ignore the usual stuff.
- LICENSE - MIT license initialized with your details.
- README.md - Initialized with your details and travis-ci badges.
- index.js - Initial library file
- test/index.js - unit test using mocha and chai
- man/manpage.1
2.6.4
9 years ago
2.6.3
9 years ago
2.6.2
9 years ago
2.6.1
9 years ago
2.6.0
9 years ago
2.5.8
9 years ago
2.5.7
9 years ago
2.5.6
9 years ago
2.5.4
10 years ago
2.5.2
10 years ago
2.5.0
10 years ago
2.4.1
10 years ago
2.4.0
10 years ago
2.3.0
10 years ago
2.2.0
10 years ago
2.0.4
10 years ago
2.0.3
10 years ago
2.0.2
10 years ago
2.0.1
10 years ago
2.0.0
10 years ago