SadConsole.Templates 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet new install SadConsole.Templates::1.0.2
This package contains a .NET Template Package you can call from the shell/command line.

Create new SadConsole projects and files via the .NET CLI with these templates.

Project

dotnet new sadconsole8 -n MyGame

This template generates a new project with starter code that is ready to run. The MyGame name represents the name of your game project file and namespace.

Console

dotnet new sadconsole8console

This template generates a new console class in the current folder with the appropriate namespaces added and the class defined.

Options:
  -n|--name        The name of the class to generate.
  
  -w|--width       The width of the console in cells.
                   int - Optional
                   Default: 80

  -he|--height     The height of the console in cells.
                   int - Optional
                   Default: 25

  -na|--namespace  The namespace to use for the class.
                   text - Optional
                   Default: MyGame

Font

dotnet new sadconsole8font

Creates a new font json file. You must provide the graphics file,

Options:
  -n|--name             The name of the .font file without an extension.

  -f|--fontName         The name of the new font registered when loaded.
                        text - Required

  -g|--graphicFile      The file name of the graphic file containing the font glyphs.
                        text - Required

  -gl|--glyphWidth      The pixel width of each glyph in the graphic file.
                        int - Required

  -p:g|--glyphHeight    The pixel height of each glyph in the graphic file.
                        int - Required

  -c|--columns          The count of glyphs along the X-axis of the graphic file.
                        int - Optional
                        Default: 16

  -s|--solidGlyphIndex  The glyph index of the glyph that is a solid white box.
                        int - Optional
                        Default: 219
  • .NETCoreApp 3.1

    • 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
10.4.0 197 4/1/2024
10.0.14 295 3/14/2024
10.0.13 4,048 11/1/2023
10.0.12 329 10/30/2023
10.0.11 269 10/29/2023
10.0.10 708 10/15/2023
10.0.9 274 10/11/2023
10.0.8 223 10/11/2023
10.0.7 248 10/11/2023
10.0.6 238 10/11/2023
10.0.4 400 8/26/2023
10.0.1 425 6/4/2023
10.0.0 153 6/4/2023
3.0.0 1,236 12/31/2021
2.0.2 1,292 8/7/2021
2.0.1 345 8/7/2021
2.0.0 1,838 6/6/2021
1.0.5 874 8/15/2020
1.0.4 480 7/14/2020
1.0.3 448 7/14/2020
1.0.2 598 4/24/2020
1.0.1 455 4/22/2020
1.0.0 459 4/21/2020