CelesteMod.Templates
1.0.2
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.2
This package contains a .NET Template Package you can call from the shell/command line.
CelesteMod.Templates
Templates for Celeste code mods!
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)--GitHub
: Generates a GitHub action for building your mod. (Defaults to false)
-
.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 | 575 | 7/21/2024 |
1.0.18 | 624 | 4/14/2024 |
1.0.17 | 260 | 3/20/2024 |
1.0.16 | 312 | 3/14/2024 |
1.0.15 | 180 | 3/13/2024 |
1.0.14 | 139 | 3/13/2024 |
1.0.13 | 142 | 3/13/2024 |
1.0.12 | 262 | 3/10/2024 |
1.0.11 | 2,007 | 1/3/2024 |
1.0.10 | 585 | 12/19/2023 |
1.0.9 | 157 | 12/18/2023 |
1.0.8 | 155 | 12/18/2023 |
1.0.7 | 601 | 9/8/2023 |
1.0.6 | 336 | 8/2/2023 |
1.0.5 | 298 | 6/26/2023 |
1.0.4 | 596 | 3/6/2023 |
1.0.3 | 506 | 12/10/2022 |
1.0.2 | 607 | 3/19/2022 |
1.0.1 | 438 | 3/19/2022 |
1.0.0 | 406 | 3/19/2022 |
Automated release.