Cnsola 0.3.0
dotnet new install Cnsola::0.3.0
Cnsola
Minimal dotnet template library for console utilities.
Builds
Github |
---|
Packages
NuGet (Stable) | MyGet (Pre-release) |
---|---|
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 |
---|---|
8.0 | latest |
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.
-
net8.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.3.0 | 0 | 11/16/2024 |
0.2.1 | 612 | 3/10/2024 |
0.2.0 | 3,067 | 11/21/2023 |
0.1.2 | 953 | 10/24/2023 |
0.1.1 | 298 | 9/12/2023 |
0.1.0 | 699 | 2/8/2023 |
0.0.9 | 524 | 11/14/2022 |
0.0.8 | 466 | 10/3/2022 |
0.0.7 | 510 | 3/2/2022 |
0.0.6 | 341 | 1/4/2022 |
0.0.5 | 325 | 12/30/2021 |
0.0.4 | 413 | 9/30/2021 |
0.0.3 | 2,319 | 2/26/2021 |
0.0.2 | 395 | 1/28/2021 |
0.0.1 | 623 | 8/18/2020 |
Upgrade to Console fx version 5