Jaxelr / Cnsola

A dotnet template for console applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
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.

About

A dotnet template for console applications

License:MIT License


Languages

Language:C# 100.0%