Keboo.Dotnet.Templates 1.13.0

There is a newer version of this package available.
See the version list below for details.
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.1 128 5/14/2026
1.13.0 181 4/12/2026
1.12.1 165 4/7/2026
1.11.0 306 1/12/2026
1.10.0 519 11/14/2025
1.9.0 475 10/5/2025
1.8.2 600 6/23/2025
1.8.0 477 6/15/2025
1.7.6 600 3/30/2025
1.7.5 737 11/16/2024
1.7.4 585 10/20/2024
1.7.3 451 10/13/2024
1.7.2 445 10/6/2024
1.7.1 499 9/16/2024
1.7.0 834 6/3/2024
1.6.1 706 4/3/2024
1.6.0 530 3/28/2024
1.5.1 3,731 11/23/2023
1.5.0 555 11/20/2023
1.4.2 789 11/7/2023
Loading failed