0.1.3 • Published 6 years ago

pj-cli v0.1.3

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

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 pj
npm install -g pj