CelesteMod.Templates
1.0.1
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 CelesteMod.Templates::1.0.1
This package contains a .NET Template Package you can call from the shell/command line.
CelesteMod.Templates
Templates for Celeste code mods!
https://www.nuget.org/packages/CelesteMod.Templates
Installation:
dotnet new --install CelesteMod.Templates
From your Celeste/Mods directory:
mkdir MyCoolMod
cd MyCoolMod
dotnet new celestemod
This will create a solution for your mod and a series of classes in the namespace Celeste.Mod.MyCoolMod
ready for you to start developing.
Available parameters:
--Samples
: Creates a set of sample entities and triggers, including Ahorn and Lönn plugins. (Defaults to false)--Exports
: Includes a static class for use withMonoMod.ModInterop
. (Defaults to false)--Hooks
: Generates a series of helper methods for loading and unloading hooks on level load rather than just on mod load. (Defaults to false)--Settings
: Includes a blankEverestModuleSettings
class and configures the module to look for it. (Defaults to true)--Session
: Includes a blankEverestModuleSession
class and configures the module to look for it. (Defaults to true)--Logging
: Sets logging level toInfo
specifically for release builds instead of the defaultVerbose
. (Defaults to true)
-
.NETFramework 4.5.2
- 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.
Version | Downloads | Last updated |
---|---|---|
1.0.19 | 787 | 7/21/2024 |
1.0.18 | 633 | 4/14/2024 |
1.0.17 | 266 | 3/20/2024 |
1.0.16 | 319 | 3/14/2024 |
1.0.15 | 188 | 3/13/2024 |
1.0.14 | 145 | 3/13/2024 |
1.0.13 | 148 | 3/13/2024 |
1.0.12 | 268 | 3/10/2024 |
1.0.11 | 2,013 | 1/3/2024 |
1.0.10 | 591 | 12/19/2023 |
1.0.9 | 164 | 12/18/2023 |
1.0.8 | 161 | 12/18/2023 |
1.0.7 | 607 | 9/8/2023 |
1.0.6 | 342 | 8/2/2023 |
1.0.5 | 304 | 6/26/2023 |
1.0.4 | 601 | 3/6/2023 |
1.0.3 | 512 | 12/10/2022 |
1.0.2 | 615 | 3/19/2022 |
1.0.1 | 446 | 3/19/2022 |
1.0.0 | 415 | 3/19/2022 |
Automated release.