pj-cli
pj-cli is a node scaffold,named by the team member’s last name .
The pj-cli library exported as Node.js modules.
It can help us to generate a framework by template replacement .
It can customize interactions.
I will perfect it step by step.
Develop
node -v#v8.9.3 npm -v#5.6.0
Installation
Using npm:
npm install -g pj-cli# 初始化项目 pj init <project name># 指定初始化仓库 # pj init <project name> -r xiaoxinghug/vue-template
Update pj:
npm uninstall -g pjnpm install -g pj