Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 807 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 807 Bytes

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