// npm
npm install -g qizi-cli
// default template demo
qizi init <project-name>
//use your github template
qizi init <project-name> <github-name>/<github-project>
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