Karls.Templates 1.1.5

There is a newer version of this package available.
See the version list below for details.
dotnet new install Karls.Templates::1.1.5
This package contains a .NET Template Package you can call from the shell/command line.

Karls Opinionated Templates

This repository contains a collection of templates for the dotnet new command based on my own preferences.

This might not be overly useful for you, but it was a fun experiment and this repo at lest shows of some of the features available when creating your own templates.

Installing

Just run the following command to install the templates.

dotnet new install Karls.Templates

If you have them installed and need to update them you can run the above command again.

Or simply this to update all template packages (which is often a good idea).

dotnet new update

Templates

Opinionated Solution

This template creates a solution with a single Core project (+tests) and some default settings based on my own preferences. It can also include some Github Actions/Dependabot specific stuff if passed the --includeGithubActions flag.

dotnet new karls-solution -n Company.CoolProject

To see available options, run this.

dotnet new karls-solution --help
  • .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.

Version Downloads Last updated
1.4.6 94 4/30/2024
1.4.5 64 4/22/2024
1.4.4 67 4/22/2024
1.4.3 81 4/17/2024
1.4.2 116 4/16/2024
1.4.1 130 4/12/2024
1.4.0 158 4/4/2024
1.3.3 1,895 1/12/2024
1.3.0 995 12/10/2023
1.2.0 259 12/5/2023
1.1.7 359 8/30/2023
1.1.6 256 8/14/2023
1.1.5 171 7/11/2023
1.1.4 174 5/14/2023
1.1.2 341 3/2/2023
1.1.1 302 1/21/2023
1.1.0 250 12/31/2022
1.0.0 234 12/28/2022