qh-cli
qh-cli boilerplate generator.
Install
$ cnpm / npm install qh-cli -g
Usage
$ created frontend project
$ qh-cli init project-name -f
$ created node project
$ qh-cli init node-project-name -b
//undo deploying
$ created vux-frontend project
$ qh-cli init project-name -vux
$ cd project-name
$ cnpm / npm install