Linkoid.Repo.Plugin.Templates
1.5.0
dotnet new install Linkoid.Repo.Plugin.Templates::1.5.0
This package contains a .NET Template Package you can call from the shell/command line.
R.E.P.O. Plugin Templates
This package provides several templates for creating plugin projects for R.E.P.O. plugins.
Installation
Install the templates using the .NET CLI
dotnet new install Linkoid.Repo.Plugin.Templates
Plugin Templates
The Plugin templates provide boiler plate code for creating R.E.P.O. plugins.
Creating a Project
To create a new plugin project, use the Harmony Plugin template and specify a name and author for the plugin.
dotnet new repoharmony -n PluginName -A AuthorName
SmiteUnit Templates
Work in Progress
The SmiteUnit templates provide boiler plate code for creating SmiteUnit tests for R.E.P.O. plugins.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.