Cli Commands
Zova provides a large number of Cli commands for generating code skeletons for various resources
Example
Create a Component: test in the module demo-student, the command is as follows:
bash
$ zova :create:component test --module=demo-studentCommand usage
Zova'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
$ zova :- List commands for a specified group
bash
$ zova :create- View the help information of a specified command
bash
$ zova :create:component --help