Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 1.78 KB

README.EN.md

File metadata and controls

85 lines (56 loc) · 1.78 KB

English | 简体中文

wguang-cli(A simple front-end CLI tool)

Generate personal front-end scaffolding based on Node construction(vue)

# 目录

feature

  • Easy to use
  • Support custom template addition and deletion

QuickStart

Install

$ npm i wguang-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
$ wguang init [templateName] [yourProjectName]

Install description:

The default scaffolding template name is vue-admin

wguang init vue-admin [yourProjectName]

New template usage

wguang add
# Select template and template address (github address)

wguang-add

-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 wguang-add

Remove template usage

wguang delete
# 选择模板

wguang-add

See all template usage

wguang list

Initialize project scaffolding usage

wguang init 或者 wguang init [templateName] [yourProjectName]

wguang-add

Contribution

  • huabintang

Maintainers

License