0.1.0 • Published 6 years ago

generator-zz v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

generator-zz Build Status

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