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.22 470 3/25/2025
1.0.19 914 7/21/2024
1.0.18 634 4/14/2024
1.0.17 266 3/20/2024
1.0.16 320 3/14/2024
1.0.15 189 3/13/2024
1.0.14 145 3/13/2024
1.0.13 150 3/13/2024
1.0.12 269 3/10/2024
1.0.11 2,017 1/3/2024
1.0.10 594 12/19/2023
1.0.9 164 12/18/2023
1.0.8 162 12/18/2023
1.0.7 607 9/8/2023
1.0.6 343 8/2/2023
1.0.5 304 6/26/2023
1.0.4 608 3/6/2023
1.0.3 521 12/10/2022
1.0.2 628 3/19/2022
1.0.1 459 3/19/2022
1.0.0 430 3/19/2022

Automated release.