pj-cli

一个简单的脚手架工具

Usage no npm install needed!

<script type="module">
  import pjCli from 'https://cdn.skypack.dev/pj-cli';
</script>

README

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