| ## generator create-plugin |
| |
| Create a new plugin |
| |
| ### Synopsis |
| |
| Create a new plugin |
| Type in what the name of plugin is, then generator will create a new plugin in plugins/$plugin_name for you |
| |
| ``` |
| generator create-plugin [plugin_name] [flags] |
| ``` |
| |
| ### Options |
| |
| ``` |
| -h, --help help for create-plugin |
| ``` |
| |
| ### Options inherited from parent commands |
| |
| ``` |
| --config string config file (default is PROJECT/.env) |
| --modifyExistCode allow generator modify exist code (default true) |
| ``` |
| |
| ### SEE ALSO |
| |
| * [generator](generator.md) - Apache DevLake Cli Tool -- Code Generator |
| |
| ###### Auto generated by spf13/cobra on 24-Jun-2022 |