0.1.3 • Published 9 years ago

generator-coffee-cli v0.1.3

Weekly downloads
5
License
-
Repository
github
Last release
9 years ago

generator-coffee-cli NPM version

Generate a command line application for node.js using CoffeeScrpt.

Based on generator-node-cli.

Install

Install globally with npm:

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

Usage

Once installed globally, simply run yo coffee-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.

License

Copyright (c) 2015 Wojtek Siudzinski, contributors.
Released under the MIT license