Skip to content

dowglaz/jet-di

Repository files navigation

jet-di [NPM version]

Jet-DI is a simple Dependency Injection for Node.js projects. Is was originated on JetApp framework development. Its approach is very minimalistic and does not burdens the developer with complex names or syntax, providing simplicity for the user too (the developer).

Installation

$ npm install --save jet-di

Usage

var jetDi = require('jet-di');

jetDi('Rainbow');

License

MIT © Douglas Meira Cotrim Pereira de Melo

Releases

No releases published

Packages

No packages published