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