kwd.Templates
0.1.0-prev7
This is a prerelease version of kwd.Templates.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install kwd.Templates::0.1.0-prev7
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
^^ Icon by <a href="https://www.svgrepo.com" target="_blank">SVG Repo</a>
-
net7.0
- kwd.CoreUtil (>= 1.3.0)
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 | 710 | 6/30/2023 |
1.0.1-prev2 | 251 | 6/30/2023 |
1.0.1-prev1 | 237 | 6/30/2023 |
0.1.0-prev7 | 307 | 6/30/2023 |
0.1.0-prev6 | 292 | 6/30/2023 |
- Add datastring template
- Add markdown template
- Add cibuild template