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.1 162 6/13/2024
10.4.0 427 4/1/2024
10.0.14 302 3/14/2024
10.0.13 4,054 11/1/2023
10.0.12 335 10/30/2023
10.0.11 273 10/29/2023
10.0.10 713 10/15/2023
10.0.9 278 10/11/2023
10.0.8 227 10/11/2023
10.0.7 252 10/11/2023
10.0.6 242 10/11/2023
10.0.4 404 8/26/2023
10.0.1 430 6/4/2023
10.0.0 156 6/4/2023
3.0.0 1,239 12/31/2021
2.0.2 1,294 8/7/2021
2.0.1 346 8/7/2021
2.0.0 1,842 6/6/2021
1.0.5 884 8/15/2020
1.0.4 484 7/14/2020
1.0.3 451 7/14/2020
1.0.2 601 4/24/2020
1.0.1 456 4/22/2020
1.0.0 460 4/21/2020