Simple generator for node and browser modules
- JavaScript Standard style
- ES2015
- Testing with AVA
- Ready to use with Travis CI
npm install --global yo generator-sm
yo sm
yo sm --help
Usage:
yo sm [options] [<name>]
Options:
-h, --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
-d, --description # Your module description
-u, --username # Your github username
Arguments:
name # Your module name: `yo sm unicorn` Type: String Required: false
MIT