Keboo.Dotnet.Templates 1.13.0

dotnet new install Keboo.Dotnet.Templates::1.13.0
                    
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.0 93 4/12/2026
1.12.1 103 4/7/2026
1.11.0 245 1/12/2026
1.10.0 461 11/14/2025
1.9.0 412 10/5/2025
1.8.2 539 6/23/2025
1.8.0 421 6/15/2025
1.7.6 543 3/30/2025
1.7.5 682 11/16/2024
1.7.4 530 10/20/2024
1.7.3 396 10/13/2024
1.7.2 391 10/6/2024
1.7.1 436 9/16/2024
1.7.0 775 6/3/2024
1.6.1 651 4/3/2024
1.6.0 473 3/28/2024
1.5.1 3,675 11/23/2023
1.5.0 498 11/20/2023
1.4.2 733 11/7/2023
1.4.1 1,063 10/19/2023
Loading failed