An open API service indexing awesome lists of open source software.

https://github.com/jonschlinkert/generator-node-cli

Generate a command line application for node.js.
https://github.com/jonschlinkert/generator-node-cli

Last synced: 9 months ago
JSON representation

Generate a command line application for node.js.

Awesome Lists containing this project

README

          

# generator-node-cli [![NPM version](https://badge.fury.io/js/generator-node-cli.png)](http://badge.fury.io/js/generator-node-cli)

> Generate a command line application for node.js.

## Install
Install globally with [npm](npmjs.org):

```bash
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:

```bash
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](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)

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

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on June 26, 2014._