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

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

Node command line application generator.
https://github.com/clarketm/generator-node-cli

cl cli command-line command-line-tool commander commanderjs commandline node nodejs terminal

Last synced: 10 months ago
JSON representation

Node command line application generator.

Awesome Lists containing this project

README

          

# generator-node-cli [![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 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 @clarketm/generator-node-cli
```

Then generate your new project:

```bash
yo @clarketm/node-cli
```

## 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/@clarketm/generator-node-cli.svg
[npm-url]: https://npmjs.org/package/@clarketm/generator-node-cli
[circleci-image]: https://circleci.com/gh/clarketm/generator-node-cli.svg?style=shield
[circleci-url]: https://circleci.com/gh/clarketm/generator-node-cli
[daviddm-image]: https://david-dm.org/clarketm/generator-node-cli.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/clarketm/generator-node-cli
[codecov-image]: https://img.shields.io/codecov/c/github/clarketm/generator-node-cli.svg
[codecov-url]: https://codecov.io/gh/clarketm/generator-node-cli