2.6.4 • Published 7 years ago

generator-nodecli-awesome v2.6.4

Weekly downloads
6
License
-
Repository
github
Last release
7 years ago

generator-nodecli-awesome

npm version Build Status npm

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-awesome

Usage

Initiate the generator:

$ yo nodecli-awesome

This 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

7 years ago

2.6.3

7 years ago

2.6.2

7 years ago

2.6.1

7 years ago

2.6.0

7 years ago

2.5.8

7 years ago

2.5.7

7 years ago

2.5.6

7 years ago

2.5.4

8 years ago

2.5.2

8 years ago

2.5.0

8 years ago

2.4.1

8 years ago

2.4.0

8 years ago

2.3.0

8 years ago

2.2.0

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago