Skip to content

Commit bd72bbb

Browse files
authored
Update README.md
1 parent bbbe1af commit bd72bbb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# @Findhow/Container (Dependency Injection (DI) Container)
1+
# @findhow/container
2+
3+
> 🚀 Unleash the Power of TypeScript Dependency Injection with @Findhow/Container 🔥
4+
25

36
A TypeScript-based Dependency Injection (DI) container with support for various
47
binding types (singleton, transient, scoped), contextual bindings, middleware,
58
circular dependency detection, and Zod schema validation for runtime type
69
safety.
710

8-
## @Findhow/Container Comparison to other Popular DI Containers
11+
## @Findhow/Container compared
912

1013
| Feature | @findhow/container | Inversify | NestJS | TypeDI | TSyringe |
1114
| ------------------------------------ | ------------------- | --------- | --------- | ------ | -------- |
@@ -401,3 +404,6 @@ This DI container provides a flexible and feature-rich solution for managing
401404
dependencies in TypeScript applications. With support for various binding types,
402405
contextual bindings, middleware, and Zod schema validation, it offers powerful
403406
tools for building scalable and maintainable applications.
407+
408+
409+
[Clean Code Studio](https://cleancode.studio)

0 commit comments

Comments
 (0)