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

https://github.com/upen-source/clinjected

C# console application with dependency injection template
https://github.com/upen-source/clinjected

cli console csharp dependency-injection dotnet5

Last synced: over 1 year ago
JSON representation

C# console application with dependency injection template

Awesome Lists containing this project

README

          

clinjected logo

# CLInjected

[![.NET](https://github.com/afgalvan/CLInjected/actions/workflows/dotnet.yml/badge.svg)](https://github.com/afgalvan/CLInjected/actions/workflows/dotnet.yml)
[![NuGet](https://github.com/afgalvan/CLInjected/actions/workflows/publish.yml/badge.svg)](https://github.com/afgalvan/CLInjected/actions/workflows/publish.yml)
[![Nuget Version](https://img.shields.io/nuget/v/CLInjected.Template?label=version&logo=NuGet&labelColor=22272E&color=blue)](https://www.nuget.org/packages/CLInjected.Template/)

C# console project structure with dependency injection.

## Features
- Dependency injection
- Docker & docker compose
- editorconfig

## Installation

```bash
dotnet new -i CLInjected.Template
```

## Usage

```bash
dotnet new cli-di -o Your.Project
```