Files
LanMountainDesktop/LanMountainDesktop.PluginTemplate/README.md

18 lines
394 B
Markdown
Raw Normal View History

2026-03-21 13:08:20 +08:00
# 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.