0.1.0 • Published 6 years ago

@kuuhubb/ioc v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

KuuHubb-IoC

Kuuhubb-ioc is a simple IoC library that allows automatic wiring of dependencies for required libraries in Node.js.

Heavily inspired by Jared Hanson's excellent Electrolyte, this library also allow centralized dependencies definition inside one or more JSON files, allowing the same library being wired differently in different version of the same project (e.g. production vs development, or web vs async-worker)

More information about to use will be added here.