joshystuart / box-di

Dependency injection for node using the factory pattern and decorators.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

box-di

Build Status

A service manager that allows decorators to inject dependencies. I wanted to encourage the use of the factory pattern when using DI so that your classes can be reused and tested without framework dependencies ie. es7 decorators etc

Instructions to come. For now, just check out the ./example/example.js.

TODO;

  • Readme
  • Tests
  • Linting
  • Convert to Typescript

About

Dependency injection for node using the factory pattern and decorators.


Languages

Language:JavaScript 100.0%