inject

@furystack/inject — dependency injection and IoC container

DI / IOC with @furystack/inject 💉
Getting Started

DI / IOC with @furystack/inject 💉

Dependency injection and Inversion of control is a common practice that tries to protect you from insanity that would happen when you realize that you can't refactor and test a giant global static app structure. @furystack/inject is a simple but powerful tool that you can use in NodeJs and in the browser.