chore: initial project setup

This commit is contained in:
Stevan Freeborn
2025-05-10 15:26:47 -05:00
commit ec3fd230b7
13 changed files with 5317 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# 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