generator-zz 
Scaffold out a typescript create node module.
Install
$ npm install --global yo generator-zz
Usage
With yo:
$ yo zz
There are multiple command-line options available:
$ yo zz --help
Usage:
yo zz [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
The --org
option takes a string value (i.e. --org=avajs
).
License
MIT Ā© Guan Wei