Files
netdi/README.md
T

8 lines
365 B
Markdown

# netdi
A dependency injection container for [TypeScript](https://www.typescriptlang.org/) that is inspired by the .NET DI container. It is designed to be simple, lightweight, and easy to use.
✅ .NET-style service registration with different lifetimes (singleton, scoped, transient)
✅ Constructor injection with decorators
✅ Type-safe dependency resolution