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

https://github.com/chinanf-boy/generator-yobrave

yobrave My node module style - By generator-nm
https://github.com/chinanf-boy/generator-yobrave

generator module my node

Last synced: 20 days ago
JSON representation

yobrave My node module style - By generator-nm

Awesome Lists containing this project

README

        

# generator-yobrave [![Build Status](https://travis-ci.org/sindresorhus/generator-yobrave.svg?branch=master)](https://travis-ci.org/chinanf-boy/generator-yobrave)

> Scaffold out a node modules

### Copt by `sindresorhus/generator-nm`

![](screenshot.png)

## Install

```
npm install --global yo generator-yobrave
```

## Usage

With [yo](https://github.com/yeoman/yo):

```
$ yo yobrave
```

There are multiple command-line options available:

```
$ yo yobrave --help

Usage:
yo yobrave [options]

Options:
--help # Print the generator's options and usage
--skip-cache # Do not remember prompt answers Default: false
--skip-install # Do not automatically install dependencies Default: false
--org # Publish to a GitHub organization account
--cli # Add a CLI
--coverage # Add code coverage with nyc
--codecov # Upload coverage to codecov.io (implies --coverage)
```

The `--org` option takes a string value (i.e. `--org=avajs`). All others are boolean flags and can be negated with the `no` prefix (i.e. `--no-codecov`). You will be prompted for any options not passed on the command-line.

## Tip

Use [chalk](https://github.com/sindresorhus/chalk) if you want colors in your CLI.

## License

MIT © [Sindre Sorhus](https://sindresorhus.com)