Lightweight dependency injection container for JavaScript/TypeScript
The tsyringe dependency injection middleware for Hono
dependency injection service with TSyringe support
Lightweight dependency injection container for JavaScript/TypeScript
[](https://travis-ci.org/Microsoft/tsyringe/) [](https://www.npmjs.com/package/tsyringe) []
https://github.com/microsoft/tsyringe
```bash npm install lit tsyringe reflect-metadata npm install webpack webpack-cli webpack-merge clean-webpack-plugin css-loader mini-css-extract-plugin autoprefixer copy-webpack-plugin --save-dev ```
Simple express decorators to use with tsyringe di
Tsyringe adapter for the autoInjectable feature on modern TypeScript versions (read issue #188 of tsyringe)
Lightweight dependency injection container for JavaScript/TypeScript, with asynchronous resolution
Type-safe dependency injection resolver for tsyringe
Automatic dependency registration for tsyringe. Scan your project, auto-import DI files, and introspect your entire dependency container. Perfect for clean bootstraps, DX tooling, and debugging complex tsyringe setups.
Dependency injection for vue using tsyringe
This plugin is designed to shake tree (remove code unused) mainly with the lib tsyringe. Attention: Currently only works with ES Module (.mjs)
A lightweight dependency injection container for TypeScript/JavaScript for constructor injection. Based on [tsyringe](https://github.com/microsoft/tsyringe).
A library to simplify building [tRPC](https://github.com/trpc/trpc) routes using decorator syntax, enhancing ease of use and compatibility with Dependency Injection paradigms like [TSyringe](https://github.com/microsoft/tsyringe).
A way to implement tsyringe together with react hooks, use it if you need dependency injection without interfaces or with a small container.
A typesafe dependency injection container implemented as a wrapper around Tsyringe, designed for ease of use and better control over your application's dependencies.
Use any ioc library (tsyringe, inversify, @moln/dependency-container, etc.) in react.
An improved version of TSyringe, a dependency injection container for JavaScript/TypeScript.
Non-reactive dependency injection library for React built on top of tsyringe with immutable module scopes.
- [Command decorators](#Command-Decorators) - [Dependency injection (using tsyringe)](#Dependency-Injection) - [Argument Transforming](#Argument-Transforming)
dependency injection service with TSyringe support
myddd基于tsyringe的IOC实现