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
- Host: GitHub
- URL: https://github.com/chinanf-boy/generator-yobrave
- Owner: chinanf-boy
- License: mit
- Created: 2018-05-01T12:14:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T11:44:25.000Z (over 6 years ago)
- Last Synced: 2025-03-09T06:19:05.637Z (about 1 month ago)
- Topics: generator, module, my, node
- Language: JavaScript
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# generator-yobrave [](https://travis-ci.org/chinanf-boy/generator-yobrave)
> Scaffold out a node modules
### Copt by `sindresorhus/generator-nm`

## 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 --helpUsage:
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)