- 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.
TODO: include VS integration
- 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.
- Move into the
ModSources
folder - Run
dotnet new msl --name "MyProject"
along with any other custom options to create a project from the template.