0.2.5 • Published 9 years ago
generator-browser-module v0.2.5
generator-browser-module 
Scaffold out a browser module with dev tools and an example page.
Install
$ npm install --global yo generator-browser-moduleUsage
With yo:
$ yo browser-module
$ npm run setupThere are multiple command-line options available:
$ yo browser-module --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 accountThe
--orgoption takes a string value (i.e.--org=flyjs).
License
MIT © Luke Edwards