A quick cli for create swap project
npm install dingtalk-swap-clibash
use tnpm
$ npm i -g dingtalk-swap-cli
`
Usage
`bash
create a new project
$ swap create --template=[simple/standard/advanced]
`
example:
`bash
$ swap create test-suite --template=standard
$ cd test-suite
$ npn install
$ swap debug
`
Commands
`bash
Options:
-v, --version output the version number
-h, --help display help for command
Commands:
create [options] [name] create project
debug build template
help [command] display help for command
``