Cnsola 0.5.1

dotnet new install Cnsola::0.5.1
                    
This package contains a .NET Template Package you can call from the shell/command line.

Cnsola Mit License

Minimal dotnet template library for console utilities.

Builds

Github
.NET

Packages

NuGet (Stable) MyGet (Pre-release)
NuGet MyGet

Purpose

A scaffolded console application built on top of dotnet. It provides the basic tools for handling of console arguments, logging into multiple destinations and configuration management.

Installation

For installation via the dotnet install command:

dotnet new install "Cnsola::*"

For the Feedz (mirror) or Myget (pre-release) installations you can specify the source on the dotnet command:

dotnet new install "Cnsola::*" --nuget-source https://www.myget.org/F/cnsola/api/v3/index.json

Then you can freely create templates by executing the following dotnet command:

dotnet new cnsola -o MySampleConsole

Uninstallation

To uninstall execute:

dotnet new uninstall "Cnsola"

This template targets versions are:

net version template version
10.0 latest
9.0 0.4.6
8.0 0.3.0
7.0 0.1.2
6.0 0.0.9
5.0 0.0.4
3.1 0.0.1

The following libraries are included as part of the solution:

For further information on custom templates, refer to the Microsoft documentation.

  • 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
0.5.1 138 1/20/2026
0.5.0 529 11/21/2025
0.4.6 343 10/23/2025
0.4.5 329 8/2/2025
0.3.0 412 11/16/2024
0.2.1 933 3/10/2024
0.2.0 3,302 11/21/2023
0.1.2 1,201 10/24/2023
0.1.1 551 9/12/2023
0.1.0 1,009 2/8/2023
0.0.9 823 11/14/2022
0.0.8 782 10/3/2022
0.0.7 843 3/2/2022
0.0.6 663 1/4/2022
0.0.5 664 12/30/2021
0.0.4 756 9/30/2021
0.0.3 2,669 2/26/2021
0.0.2 753 1/28/2021
0.0.1 973 8/18/2020

Update template to dotnet 10