https://github.com/clarketm/generator-node-cli-commander
Node command line application generator.
https://github.com/clarketm/generator-node-cli-commander
cl cli command-line command-line-tool commander commanderjs commandline node nodejs terminal yeoman-generator
Last synced: about 1 year ago
JSON representation
Node command line application generator.
- Host: GitHub
- URL: https://github.com/clarketm/generator-node-cli-commander
- Owner: clarketm
- License: mit
- Created: 2018-05-27T00:45:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T04:46:23.000Z (about 8 years ago)
- Last Synced: 2025-03-28T00:44:03.675Z (about 1 year ago)
- Topics: cl, cli, command-line, command-line-tool, commander, commanderjs, commandline, node, nodejs, terminal, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 174 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-node-cli-commander [![NPM version][npm-image]][npm-url] [![Build Status][circleci-image]][circleci-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Code Coverage][codecov-image]][codecov-url]
> Node command line application generator.
## Installation
First, install [Yeoman](http://yeoman.io) and generator-node-cli-commander using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-node-cli-commander
```
Then generate your new project:
```bash
yo node-cli-commander
```
## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).
## License
MIT © [Travis Clarke](https://www.travismclarke.com/)
[npm-image]: https://img.shields.io/npm/v/generator-node-cli-commander.svg
[npm-url]: https://npmjs.org/package/generator-node-cli-commander
[circleci-image]: https://circleci.com/gh/clarketm/generator-node-cli-commander.svg?style=shield
[circleci-url]: https://circleci.com/gh/clarketm/generator-node-cli-commander
[daviddm-image]: https://david-dm.org/clarketm/generator-node-cli-commander.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/clarketm/generator-node-cli-commander
[codecov-image]: https://img.shields.io/codecov/c/github/clarketm/generator-node-cli-commander.svg
[codecov-url]: https://codecov.io/gh/clarketm/generator-node-cli-commander