1.0.1 • Published 1 year ago

adonis-tool-cli v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

English | 简体中文

feature

  • Easy to use
  • Support custom template addition and deletion

QuickStart

Install

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

Install description:

The default scaffolding template name is vue-admin

tool init vue-admin yourProjectName

New template usage

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

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

Remove template usage

tool delete
# 选择模板

tool-add

See all template usage

tool list

Initialize project scaffolding usage

tool init 或者 tool init [templateName] [yourProjectName]

tool-add

Contribution

  • BigSharkLx

Maintainers

License

1.0.1

1 year ago

1.0.0

1 year ago