/we_cli

a tool to add template and init project, just like vue-cli

Primary LanguageJavaScript

we_cli

a tool to add template and init project, just like vue_cli

Installation

npm i we_cli -g

Usage

we add
?tplName templateName
?gitUrl gitRepository
?brnach master

we init
?projectName myapp
?tplName express

Cmds

  • we add add template by git url and git branch
  • we list show all templates
  • we del [tplName] delete a template
  • we init init project by a template