$ npm install -g hzzly-cli
// 或
$ yarn add -g hzzly-cli
Usage: hzzly <command> [options] <app-name> [folder-name]
Options:
-v, --version output the version number
-c, --clone use git clone
-h, --help output usage information
Commands:
setup run remote setup commands
create generate a new project from a react template
check check test
Examples:
# create a new react project
$ hzzly create demo
MIT