0.1.3 • Published 11 years ago
generator-node-cli v0.1.3
generator-node-cli 
Generate a command line application for node.js.
Install
Install globally with npm:
npm i -g generator-node-cli --save-devUsage
Once installed globally, simply run yo node-cli to generate a new project.
After you generate your new project, to test drive the example run the following in the command line:
node bin/[your cli name] -t "Create a new CLI!"Generator options
Command: -s | --skip-install
Skips the automatic execution of bower and npm after scaffolding has finished.
Command: -w | --skip-welcome-message
Skips the Yeoman welcome message.
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on June 26, 2014.