mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
18 lines
394 B
Markdown
18 lines
394 B
Markdown
# LanMountainDesktop.PluginTemplate
|
|
|
|
Official `dotnet new` template package for LanMountainDesktop plugins.
|
|
|
|
## Install
|
|
|
|
```powershell
|
|
dotnet new install LanMountainDesktop.PluginTemplate
|
|
```
|
|
|
|
## Create a plugin
|
|
|
|
```powershell
|
|
dotnet new lmd-plugin -n YourPluginName
|
|
```
|
|
|
|
The generated project references `LanMountainDesktop.PluginSdk` and produces a `.laapp` package automatically when built.
|