Files
netdi/README.md
T

8 lines
413 B
Markdown
Raw Normal View History

2025-05-10 15:26:47 -05:00
# netdi
2025-05-10 15:28:53 -05:00
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.
2025-05-10 15:26:47 -05:00
✅ .NET-style service registration with different lifetimes (singleton, scoped, transient)
✅ Constructor injection with decorators
✅ Type-safe dependency resolution