generator-coffee-cli
v0.1.3
Published
Generate a command line application for node.js using CoffeeScript.
Downloads
3
Maintainers
Readme
generator-coffee-cli
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