generator-nodecli-awesome

2.6.4 • Public • Published

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

Package Sidebar

Install

npm i generator-nodecli-awesome

Weekly Downloads

20

Version

2.6.4

License

none

Last publish

Collaborators

  • sebs