Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 349 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 349 Bytes

axl-js

Simple and small (and again, unfortunately magical) dependency injection container.

Magical?

This library will try to resolve your dependencies automagically, if you set it to. (Lazy dependency resolving)

Installation

npm i git+https://[email protected]/chardskarth/axl-js.git

Examples

API

Test

npm test

Roadmap