Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhorton34 authored Oct 1, 2024
1 parent bbbe1af commit bd72bbb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# @Findhow/Container (Dependency Injection (DI) Container)
# @findhow/container

> 🚀 Unleash the Power of TypeScript Dependency Injection with @Findhow/Container 🔥

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

## @Findhow/Container Comparison to other Popular DI Containers
## @Findhow/Container compared

| Feature | @findhow/container | Inversify | NestJS | TypeDI | TSyringe |
| ------------------------------------ | ------------------- | --------- | --------- | ------ | -------- |
Expand Down Expand Up @@ -401,3 +404,6 @@ This DI container provides a flexible and feature-rich solution for managing
dependencies in TypeScript applications. With support for various binding types,
contextual bindings, middleware, and Zod schema validation, it offers powerful
tools for building scalable and maintainable applications.


[Clean Code Studio](https://cleancode.studio)

0 comments on commit bd72bbb

Please sign in to comment.