CelesteMod.Templates 1.0.1

There is a newer version of this package available.
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 with MonoMod.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 blank EverestModuleSettings class and configures the module to look for it. (Defaults to true)
  • --Session : Includes a blank EverestModuleSession class and configures the module to look for it. (Defaults to true)
  • --Logging : Sets logging level to Info specifically for release builds instead of the default Verbose. (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.18 243 4/14/2024
1.0.17 218 3/20/2024
1.0.16 283 3/14/2024
1.0.15 164 3/13/2024
1.0.14 110 3/13/2024
1.0.13 113 3/13/2024
1.0.12 231 3/10/2024
1.0.11 1,980 1/3/2024
1.0.10 559 12/19/2023
1.0.9 136 12/18/2023
1.0.8 121 12/18/2023
1.0.7 570 9/8/2023
1.0.6 308 8/2/2023
1.0.5 286 6/26/2023
1.0.4 572 3/6/2023
1.0.3 495 12/10/2022
1.0.2 574 3/19/2022
1.0.1 410 3/19/2022
1.0.0 379 3/19/2022

Automated release.