generator-leelow-nm
v0.9.6
Published
Scaffold out a node module
Downloads
1
Maintainers
Readme
generator-leelow-nm
Scaffold out a node module
Install
$ npm install --global yo generator-leelow-nm
Usage
With yo:
$ yo leelow-nm
There are multiple command-line options available:
$ yo nm --help
Usage:
yo nm [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
--yarn # Use yarn instead of npm
--travis # Use travis-ci.org for continuous integration
--appveyor # Use appveyor.com for continuous integration
--coverage # Add code coverage with istanbul
--coveralls # Upload coverage to coveralls.io (implies --coverage and --travis)
The --org
option takes a string value. All others are boolean flags and can be negated with the no
prefix (i.e. --no-coveralls
). You will be prompted for any options not passed on the command-line.
Credit
This generator is strongly inspired by this awesome generator generator-nm.
License
MIT © Leelow