SadConsole.Templates 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet new install SadConsole.Templates::1.0.1                
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.3 342 7/15/2024
10.4.2 65 7/15/2024
10.4.1 266 6/13/2024
10.4.0 442 4/1/2024
10.0.14 320 3/14/2024
10.0.13 4,065 11/1/2023
10.0.12 348 10/30/2023
10.0.11 289 10/29/2023
10.0.10 733 10/15/2023
10.0.9 293 10/11/2023
10.0.8 243 10/11/2023
10.0.7 262 10/11/2023
10.0.6 255 10/11/2023
10.0.4 409 8/26/2023
10.0.1 437 6/4/2023
10.0.0 161 6/4/2023
3.0.0 1,243 12/31/2021
2.0.2 1,302 8/7/2021
2.0.1 353 8/7/2021
2.0.0 1,850 6/6/2021
1.0.5 891 8/15/2020
1.0.4 490 7/14/2020
1.0.3 460 7/14/2020
1.0.2 605 4/24/2020
1.0.1 462 4/22/2020
1.0.0 470 4/21/2020