Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviuz authored Aug 4, 2024
1 parent 2708201 commit 74bb84d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Easy Console Framework [![NuGet](https://img.shields.io/nuget/v/ECF.svg?label=ECF)](https://nuget.org/packages/ECF) [![NuGet](https://img.shields.io/nuget/v/ECFTemplates.svg?label=ECFTemplates)](https://nuget.org/packages/ECFTemplates)
.NET Core library for easy building console application with command line parsing and inversion of control (IoC).
By default it's using `Microsoft.Extensions.DependencyInjection` ([see other options](#Advanced-scenarios)).
By default it's using `Microsoft.Extensions.DependencyInjection` (see configuration for [AutoFac](/docs/AdvancedScenarios.md/#Using-Autofac), [custom](/docs/AdvancedScenarios.md/#using-custom-IoC)).
It was designed for easy building application with multiple commands and low coupling.

# How to use
Expand Down Expand Up @@ -74,5 +74,3 @@ For some other use cases please look into [Example Project](/source/Example).

# Advanced scenarios
For more advanced scenarios please refer to [this section](/docs/AdvancedScenarios.md).
To use [Autofac](https://autofac.org) please refer to [Using Autofac](/docs/AdvancedScenarios.md/#Using-Autofac).
To use this with custom IoC please refer to [Using custom IoC](/docs/AdvancedScenarios.md/#using-custom-IoC)

0 comments on commit 74bb84d

Please sign in to comment.