Calabonga.ConsoleApp.Template 1.0.4

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

Calabonga.ConsoleApp.Template

Custom Template for Console Application template for Visual Studio with some integrated features: DI, Serilog, Logging, etc. You can find this package on the nuget.org Calabonga.ConsoleApp.Template.

How To Install

Just run a command in your terminal (command prompt):

dotnet new install Calabonga.ConsoleApp.Template

image

How To Check Installation

CLI

Run this command in your terminal (command prompt) to see which console app templates were installed:

dotnet new list console

image

Visual Studio

image

JetBrains Rider

image

How To Update

To install the latest verions of the template run this command in your terminal (command prompt):

dotnet new install Calabonga.ConsoleApp.Template

You will see something like this: image

How To Uninstall

To uninstall template run this command in your terminal (command prompt):

dotnet new uninstall Calabonga.ConsoleApp.Template

You will see something like this: image

Screenshot

image

Author

Donation

Donate

  • net9.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.1.0 146 7/30/2025
1.0.5 98 5/31/2025
1.0.4 190 3/19/2025
1.0.3 159 2/4/2025
1.0.2 154 2/1/2025
1.0.1 151 2/1/2025
1.0.0 147 2/1/2025

Default name for new projects added into template config.