Initial commit
This commit is contained in:
22
docs/Commands/m4g_plugin/index.md
Normal file
22
docs/Commands/m4g_plugin/index.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
19
docs/Commands/m4g_plugin/m4g_plugin_init.md
Normal file
19
docs/Commands/m4g_plugin/m4g_plugin_init.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# m4g plugin init
|
||||
|
||||
```
|
||||
Description:
|
||||
Initialize a basic plugin project
|
||||
|
||||
Usage:
|
||||
m4g plugin init <name> [options]
|
||||
|
||||
Arguments:
|
||||
<name> The name of your project
|
||||
|
||||
Options:
|
||||
-?, -h, --help Show help and usage information
|
||||
```
|
||||
17
docs/Commands/m4g_plugin/m4g_plugin_install.md
Normal file
17
docs/Commands/m4g_plugin/m4g_plugin_install.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# m4g plugin install
|
||||
|
||||
```
|
||||
Description:
|
||||
Install a plugin
|
||||
|
||||
Usage:
|
||||
m4g plugin install [options]
|
||||
|
||||
Options:
|
||||
-p, --platform <linux_arm|linux_arm64|linux_x64|osx_arm64|osx_x64> (REQUIRED) The platform to target when building the plugin
|
||||
-?, -h, --help Show help and usage information
|
||||
```
|
||||
16
docs/Commands/m4g_plugin/m4g_plugin_list.md
Normal file
16
docs/Commands/m4g_plugin/m4g_plugin_list.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# m4g plugin list
|
||||
|
||||
```
|
||||
Description:
|
||||
List all installed plugins
|
||||
|
||||
Usage:
|
||||
m4g plugin list [options]
|
||||
|
||||
Options:
|
||||
-?, -h, --help Show help and usage information
|
||||
```
|
||||
19
docs/Commands/m4g_plugin/m4g_plugin_uninstall.md
Normal file
19
docs/Commands/m4g_plugin/m4g_plugin_uninstall.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# m4g plugin uninstall
|
||||
|
||||
```
|
||||
Description:
|
||||
Uninstall a plugin
|
||||
|
||||
Usage:
|
||||
m4g plugin uninstall [<name>...] [options]
|
||||
|
||||
Arguments:
|
||||
<name> The names of the plugins you want to uninstall
|
||||
|
||||
Options:
|
||||
-?, -h, --help Show help and usage information
|
||||
```
|
||||
Reference in New Issue
Block a user