This project provides the templates for dotnet new.
To use this templates you need the latest .NET Core SDK (You can download it Here).
For use the universal template you can use the following command (You can use the same command for the unturned template replacing openmod-universal-plugin for openmod-unturned-plugin):
dotnet new openmod-universal-plugin --FullPluginName "My Unturned Plugin" --PluginId "MyName.MyUnturnedPlugin"
To get the full help for the command, you can use the --help switch like this:
dotnet new openmod-universal-plugin --help
And the same for unturned:
``dotnet new openmod-unturned-plugin --help