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.
- Host: GitHub
- URL: https://github.com/jonschlinkert/generator-node-cli
- Owner: jonschlinkert
- License: mit
- Created: 2014-04-04T22:31:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T04:10:31.000Z (over 11 years ago)
- Last Synced: 2025-04-21T04:44:32.596Z (9 months ago)
- Language: JavaScript
- Homepage: https://github.com/jonschlinkert
- Size: 150 KB
- Stars: 27
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# generator-node-cli [](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._