-
Updated
Jan 21, 2021 - Java
#
dependency-injection
Here are 2,992 public repositories matching this topic...
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
-
Updated
Jan 21, 2021 - TypeScript
Koin - a pragmatic lightweight dependency injection framework for Kotlin
-
Updated
Jan 19, 2021 - Kotlin
Dependency injection framework for Swift with iOS/macOS/Linux
-
Updated
Jan 23, 2021 - Swift
233cy
commented
Sep 1, 2020
bajtos
commented
Sep 18, 2020
Starting from version 12.12.0, Node.js offers built-in support for translating error stack traces using source maps - learn more here: https://medium.com/@nodejs/source-maps-in-node-js-482872b56116
Let's rework @loopback/build to use this new feature on recent version of Node.js, instead of source-map-support module.
If it's possible, then implement a fallback to npm module `source-map-s
An addictive .NET IoC container
-
Updated
Jan 23, 2021 - C#
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
Updated
Jan 19, 2021 - PHP
OOP is better with stamps: Composable object factories.
-
Updated
Oct 19, 2020 - JavaScript
redis
cors
t4
ioc
jwt
repository
dependency-injection
swagger
netcore
rbac
aop
autofac
dto
automapper
netcore-webapi
sqlsugar
sqlsugarcore
rbac-roles
net5
netcore-vue
-
Updated
Jan 22, 2021 - C#
Powerful dependency injection for Objective-C ✨ ✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨ ✨
-
Updated
Dec 20, 2020 - Objective-C
Dependency Injection Framework for Unity3D
game
ioc
gamedev
framework
unity
dependency-injection
game-development
injection
unity3d
data-binding
unity3d-plugin
dependency
injection-container
dependency-injection-framework
zenject
-
Updated
Dec 18, 2020 - C#
A small PHP dependency injection container
-
Updated
Jan 4, 2021 - PHP
Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
dart
http
mobile
framework
web
state-management
internationalization
routes
dependency-injection
get
flutter
getx
-
Updated
Jan 23, 2021 - Dart
Simple yet powerful dependency injection tool for JavaScript and TypeScript.
-
Updated
Jan 21, 2021 - TypeScript
The dependency injection container for humans
-
Updated
Jan 21, 2021 - PHP
Your first K.I.S.S Unity 3D Framework.
redux
flux
ioc
framework
csharp
unity
dependency-injection
unity3d
unity-scripts
inversion-of-control
unirx
game-frameworks
zenject
frameworks
unity2d
unity3d-framework
uiframework
qframework
uframe
unidux
-
Updated
Jan 24, 2021 - C#
Lightweight dependency injection container for JavaScript/TypeScript
-
Updated
Dec 13, 2020 - TypeScript
Extremely powerful Inversion of Control (IoC) container for Node.JS
-
Updated
Jan 4, 2021 - TypeScript
A reflection based dependency injection toolkit for Go.
-
Updated
Jan 16, 2021 - Go
A dependency injection based application framework for Go.
-
Updated
Jan 22, 2021 - Go
Lightweight Swift Dependency Injection Framework
-
Updated
Jan 2, 2021 - Swift
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
dependency-injection
decoration
conventions
asp-net-core
scanning
hacktoberfest
convention-registration
assembly-scanning
decoration-extensions
scrutor
-
Updated
Nov 3, 2020 - C#
This repository contains development environment for the entire package
-
Updated
Nov 23, 2020
nodejs
cli
open-source
ioc
middleware
koa
typescript
rest-api
dependency-injection
socket-io
decorators
swagger-ui
contribution
multer
express-router
nodejs-framework
express-decorators
lifecycle-hooks
nodejs-api
typescript-framework
-
Updated
Jan 23, 2021 - TypeScript
A small tutorial to show how to create a PHP application without a framework.
-
Updated
Oct 17, 2019
Bootique is a minimally opinionated platform for modern runnable Java apps.
-
Updated
Jan 20, 2021 - Java
A powerful dependency injection micro container for JavaScript applications
-
Updated
Dec 31, 2020 - JavaScript
Improve this page
Add a description, image, and links to the dependency-injection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dependency-injection topic, visit your repo's landing page and select "manage topics."

One of the specific advantages of the wire approach is that it generates code that's relatively readable compared to reflect-based equivalents. When
wire.Valueis used on a small by-value type, there's no need for the value to live in a global variable - the expression could instead be used literally inside the generated code, which would make the code easier to follow, and more similar to the c