2.0.0 • Published 3 years ago

wx-public-cli v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

wx-public-cli

Quickly pull development templates

Usage

install

npm install -g wx-public-cli

create project

wx create <project-name>

Modify git address

git remote  set-url origin  <your-git-address>
git pull origin master --allow-unrelated-histories

Example

wx create app
cd app
npm install
git remote  set-url origin  <your-git-address>
git pull origin master --allow-unrelated-histories