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
- Host: GitHub
- URL: https://github.com/upen-source/clinjected
- Owner: upen-source
- License: mit
- Created: 2021-07-11T01:33:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T02:26:57.000Z (almost 5 years ago)
- Last Synced: 2025-03-03T23:06:51.497Z (over 1 year ago)
- Topics: cli, console, csharp, dependency-injection, dotnet5
- Language: C#
- Homepage: https://www.nuget.org/packages/CLInjected.Template/
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# CLInjected
[](https://github.com/afgalvan/CLInjected/actions/workflows/dotnet.yml)
[](https://github.com/afgalvan/CLInjected/actions/workflows/publish.yml)
[](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
```