1.0.1 • Published 6 years ago

wxz-cli v1.0.1

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

wxz-cli

一个简易的前端脚手架工具 tests npm npm npm

使用方法

  • 安装
npm i wxz-cli
  • 添加模板
wx add

> ? Template name:  wx-cli
> ? Git https link:  https://github.com/glangzh/wxz-cli
> ? Branch:  master
  • 查看模板列表
wx list

> {"wx-cli":{
    "url":"https://github.com/glangzh/wx-cli","branch":"master"
  }}
  • 删除模板
wx delete
  • 初始化项目
wx init xxx