Keboo.Dotnet.Templates 1.13.1

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

Dotnet Templates

The repository contains a set of opinionated dotnet new templates. I am happy to receive critique and feedback on the existing templates, so feel free to open issues.

Installing

Use dotnet new install to install the templates.

dotnet new install Keboo.Dotnet.Templates

Updating

If you have previously installed the templates and want the latest version, you can use dotnet new update.

dotnet new update

Uninstalling

dotnet new uninstall Keboo.Dotnet.Templates

Included templates

Local testing

Build the template package:

dotnet pack --configuration Release -o .

Install the locally built template package:

dotnet new install . --force

You can now test a template by running:

dotnet new keboo.wpf
dotnet build
dotnet test --no-build
dotnet publish --no-build

You can also exercise the new console MCP option with:

dotnet new keboo.console --mcp
dotnet test
dotnet pack -c Release

When done, you can remove the local install of the template package:

dotnet new uninstall .
  • net10.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.13.1 99 5/14/2026
1.13.0 166 4/12/2026
1.12.1 154 4/7/2026
1.11.0 294 1/12/2026
1.10.0 509 11/14/2025
1.9.0 464 10/5/2025
1.8.2 588 6/23/2025
1.8.0 465 6/15/2025
1.7.6 589 3/30/2025
1.7.5 726 11/16/2024
1.7.4 574 10/20/2024
1.7.3 440 10/13/2024
1.7.2 434 10/6/2024
1.7.1 487 9/16/2024
1.7.0 822 6/3/2024
1.6.1 694 4/3/2024
1.6.0 518 3/28/2024
1.5.1 3,720 11/23/2023
1.5.0 544 11/20/2023
1.4.2 778 11/7/2023
Loading failed

Adds template authoring validation support and improves NuGet package metadata for discoverability.