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)
- Host: GitHub
- URL: https://github.com/varm/dotnetconsoletemplate
- Owner: varm
- Created: 2024-11-01T09:34:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T17:15:48.000Z (over 1 year ago)
- Last Synced: 2025-08-22T05:24:14.853Z (11 months ago)
- Topics: console, csharp, dotnet, template
- Language: C#
- Homepage: https://www.nuget.org/packages/Zerow.Templates.Console
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```