ModShardLauncher.Templates
1.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install ModShardLauncher.Templates::1.1.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 Template.MSL
to install the project template.
How can I use it?
Using Visual Studio:
TODO: include VS integration
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
- Mantodea - For the ModShardLauncher.
-
net6.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.
v.1.1
- both cs and csproj files using the name provided when created thks to [Nylux](https://github.com/Nylux)
- same for the created namespace and class, thks to [Nylux](https://github.com/Nylux) also
v.1.0
- Initial release.