Node module generator for OSS work
Inspired by (read: stolen) generator-nm
by Sindre Sorhus. This is nearly identical except I prefer spaces.
$ npm install --g yo generator-oss
$ yo oss --help
Usage:
yo oss [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
MIT © Paul Molluzzo