22 lines
390 B
Markdown
22 lines
390 B
Markdown
---
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# m4g plugin
|
|
|
|
```
|
|
Description:
|
|
Plugin related commands
|
|
|
|
Usage:
|
|
m4g plugin [command] [options]
|
|
|
|
Options:
|
|
-?, -h, --help Show help and usage information
|
|
|
|
Commands:
|
|
init <name> Initialize a basic plugin project
|
|
l, list, ls List all installed plugins
|
|
i, install Install a plugin
|
|
u, uninstall <name> Uninstall a plugin
|
|
``` |