1.0.5 • Published 6 years ago
qizi-cli v1.0.5
Installation
// npm
npm install -g qizi-cli
Usage
// default template demo
qizi init <project-name>
//use your github template
qizi init <project-name> <github-name>/<github-project>
Example
this example will download template from default url, the project name is my-temptele
qizi init my-template
this example will make a vue template from https://github.com/qige2016/vue-admin-template
qizi init my-vue -r qige2016/vue-admin-template