Cnsola 0.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet new install Cnsola::0.0.5
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

Appveyor Github
Build status .NET

Packages

NuGet (Stable) Feedz.io (Mirror) MyGet (Pre-release)
NuGet Feedz.io 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 -i "Cnsola::*"

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

dotnet new -i "Cnsola::*" --nuget-source https://f.feedz.io/jaxelr/cnsola/nuget/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 -u "Cnsola"

This template targets versions are:

net version template version
6.0 latest
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.

  • net6.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.2.1 410 3/10/2024
0.2.0 3,023 11/21/2023
0.1.2 909 10/24/2023
0.1.1 261 9/12/2023
0.1.0 673 2/8/2023
0.0.9 501 11/14/2022
0.0.8 441 10/3/2022
0.0.7 484 3/2/2022
0.0.6 315 1/4/2022
0.0.5 300 12/30/2021
0.0.4 388 9/30/2021
0.0.3 2,293 2/26/2021
0.0.2 367 1/28/2021
0.0.1 595 8/18/2020

Migration to Net 6.0