Calabonga.ConsoleApp.Template 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet new install Calabonga.ConsoleApp.Template::1.0.1                
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.0.3 51 2/4/2025
1.0.2 56 2/1/2025
1.0.1 53 2/1/2025
1.0.0 52 2/1/2025

Improve documentation