npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

generator-node-cli

0.1.3

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:192
$ npm install generator-node-cli
DailyWeeklyMonthlyYearly

generator-node-cli NPM version

Generate a command line application for node.js.

Install

Install globally with npm:

npm i -g generator-node-cli --save-dev

Usage

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

  • github/jonschlinkert
  • twitter/jonschlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by verb-cli on June 26, 2014.