kwd.Templates 1.0.1

dotnet new install kwd.Templates::1.0.1
This package contains a .NET Template Package you can call from the shell/command line.

Overview

Various .NET Core templates to assist development.
These as specialized to my own needs, so may not have general usage.

They can be used as-is; or as further dotnet new template examples.

See wiki for more details

Included templates:

  • A markdown file; contains some starter help and links for reference

dotnet new md

  • Create a DataString class, useful to provide a type-safe alternate to a raw string
    see kwd.CorUtil

dotnet new datastring

  • A SDK Traversal project.
    Usefull as a build project; though I mostly use it to avoid solution folders in visual studio.

dotnet new cibuild


^ source / nuget

^^ Icon by <a href="https://www.svgrepo.com" target="_blank">SVG Repo</a>

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.1 531 6/30/2023
1.0.1-prev2 210 6/30/2023
1.0.1-prev1 199 6/30/2023
0.1.0-prev7 267 6/30/2023
0.1.0-prev6 250 6/30/2023

- Add datastring template
     - Add markdown template
     - Add cibuild template