evs-cli
v0.0.1
Published
个人配置前端脚手架工具
Downloads
11
Readme
English | 简体中文
feature
- Easy to use
- Support custom template addition and deletion
QuickStart
Install
$ npm i evs-cli -g # install cli
$ omi init my-app # init project, you can also exec 'omi init' in an empty folder
$ cd my-app # please ignore this command if you executed 'omi init' in an empty folder
$ evs init [templateName] [yourProjectName]
Install description:
The default scaffolding template name is vue-admin
evs init vue-admin [yourProjectName]
New template usage
evs add
# Select template and template address (github address)
-Note: The template address is the git repository name. The master branch is pulled by default. If you want to specify a branch, please use owner / name # my-branch
Remove template usage
evs delete
# 选择模板
See all template usage
evs list
Initialize project scaffolding usage
evs init 或者 evs init [templateName] [yourProjectName]
Contribution
- HaoShuangZ