Cli command
Vona provides a large number of Cli commands for generating code skeletons for various resources
Example
Create a Service: Role in the module home-index, the command is as follows:
bash
$ vona :create:bean service role --module=home-index
Command usage
Vona's Cli commands have a unified format. As long as we master the ideas of running the following commands, we can easily use all commands
- List all commands
bash
$ vona :
- List commands for a specified group
bash
$ vona :create
- View the help information of a specified command
bash
$ vona :create:bean --help