An open API service indexing awesome lists of open source software.

https://github.com/varm/dotnetconsoletemplate

Enhanced Console App with Hosting Framework (Dependency Injection, Configuration, Logging, Database)
https://github.com/varm/dotnetconsoletemplate

console csharp dotnet template

Last synced: 2 months ago
JSON representation

Enhanced Console App with Hosting Framework (Dependency Injection, Configuration, Logging, Database)

Awesome Lists containing this project

README

          

# Zerow Hosted Console Template for .NET

## Description

Enhanced Console App with Hosting Framework (Dependency Injection, Configuration, Logging, Database)

## Environment

* VS Code or Visual Studio
* .Net 8

## Installation

The project template package can be found at [nuget.org](https://www.nuget.org/packages/Zerow.Templates.Console "An enhanced dotnet console template"). To perform the installation the `dotnet cli` is required.

```shell
dotnet new install Zerow.Templates.Console
```

The valid versions can be found on the nuget package site.

## Usage

### .Net CLI

```shell
dotnet new Zerow.Templates.Console -n MyConsoleApp
```

or

```shell
dotnet new zerow-console -n MyConsoleApp
```