docs: update README.md [skip ci]
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
# netdi
|
# netdi
|
||||||
|
|
||||||
A dependency injection container for [TypeScript](https://www.typescriptlang.org/) projects that is inspired by the [.NET](https://dotnet.microsoft.com/en-us/) DI container. It is designed to be simple, lightweight, and easy to use.
|
|
||||||
|
|
||||||
[](https://github.com/StevanFreeborn/netdi/actions/workflows/pull_request.yml)
|
[](https://github.com/StevanFreeborn/netdi/actions/workflows/pull_request.yml)
|
||||||
[](https://codecov.io/gh/StevanFreeborn/netdi)
|
[](https://codecov.io/gh/StevanFreeborn/netdi)
|
||||||
[](https://github.com/StevanFreeborn/netdi/actions/workflows/publish.yml)
|
[](https://github.com/StevanFreeborn/netdi/actions/workflows/publish.yml)
|
||||||
@@ -10,6 +8,8 @@ A dependency injection container for [TypeScript](https://www.typescriptlang.org
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
A dependency injection container for [TypeScript](https://www.typescriptlang.org/) projects that is inspired by the [.NET](https://dotnet.microsoft.com/en-us/) DI container. It is designed to be simple, lightweight, and easy to use.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- ✅ .NET-style service registration with different lifetimes (singleton, scoped, transient)
|
- ✅ .NET-style service registration with different lifetimes (singleton, scoped, transient)
|
||||||
|
|||||||
Reference in New Issue
Block a user