2.0.0 • Published 4 years ago
wx-public-cli v2.0.0
wx-public-cli
Quickly pull development templates
Usage
install
npm install -g wx-public-clicreate project
wx create <project-name>Modify git address
git remote set-url origin <your-git-address>
git pull origin master --allow-unrelated-historiesExample
wx create app
cd app
npm install
git remote set-url origin <your-git-address>
git pull origin master --allow-unrelated-histories