A simple dependency injection library built for Deno. https://jsr.io/@fpallas/ddi
  • TypeScript 100%
Find a file
2025-03-03 20:03:43 +01:00
.github/workflows ci: only publish on tags 2024-12-31 00:43:53 +01:00
src feat: add log loglevel 2025-03-03 20:03:43 +01:00
deno.json refactor: drop @std/http dependency 2025-02-28 04:47:42 +01:00
deno.lock refactor: drop @std/http dependency 2025-02-28 04:47:42 +01:00
LICENSE feat: add support for configs, decorators, decorated routing, and decorated middleware 2025-02-27 00:07:41 +01:00
README.md chore: add build status badge to readme 2025-02-28 04:41:21 +01:00

DDI - Deno Dependency Injection

A simple dependency injection library built for Deno.

JSR JSR Score JSR Scope Build


This library provides a simple dependency injection container for Deno. It also includes basic modules for logging and routing. The library is designed with testability in mind. By using aliases, you can easily define interfaces and swap implementations.