Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 681 Bytes

.verbrc.md

File metadata and controls

35 lines (22 loc) · 681 Bytes

{%= name %} {%= badge('fury') %}

{%= description %}

Install

{%= include("install-global") %}

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

{%= contrib("jon") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}