AtToftegaard.Templates
1.1.3
dotnet new install AtToftegaard.Templates::1.1.3
Project templates
This project contains dotnet and visual studio templates.
I find these useful for communicating the structure of a project to other developers, and increasing ease of new projects.
It contains the following templates:
How to use
Install by either packing/installing locally i.e.
dotnet packdotnet new install 'C:\Users\...\Project-Templates\bin\Debug\AtToftegaard.Templates.1.0.0.nupkg'
or installing from nuget.
How to install directly from feed
see ms docs.
Creating a project from template
Caps is important when specifying the name in the following.
For example for a consumer project, run dotnet new MicroService -n ProjectName.ConsumerComponent. It's importnant to pass a name, else the project will be named after the parent folder.
-
.NETStandard 2.0
- 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.