ModShardLauncher.Templates
1.8.0
dotnet new install ModShardLauncher.Templates::1.8.0
This package contains a .NET Template Package you can call from the shell/command line.
A basic template for ModShardLauncher ModSources
Project Template
ModShardLauncherTemplate
How can I install it?
- Install the latest .NET Core SDK.
- Run
dotnet new install ModShardLauncher.Templates
to install the project template if you're using a recent version ofdotnet
. - If you use an earlier version of
dotnet
, trydotnet new --install ModShardLauncher.Templates
instead.
How can I use it?
Using Visual Studio:
TODO: include VS integration
Using Jetbrains Rider
- run
git clone https://github.com/ModShardTeam/ModShardLauncherTemplate.git
in the desired folder. - In Rider, select
New Solution
andMore Templates
. - Select
Install Template
and select thetemplate
folder. - Hit Reload. The template should now be available under the
ModShard Launcher
category near the bottom.
Using the CLI:
- Move into the
ModSources
folder - Run
dotnet new msl --name "MyProject"
along with any other custom options to create a project from the template.
Contributions and Thanks
-
net6.0-windows7.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.
RELEASENOTES.md