crate-js
v2.0.11
Published
A Depdencny injection library for javascript
Downloads
19
Readme
Crate
Javascript IOC Container
Introduction
Crate is loosely inspired by the Symfony Framework's DependencyInjection component. It is a Dependency Injection package, that allows you to build a container, for your dependencies. It lets you create your container using either a json config, or by hand.
Documentation
Head over to the Documentation!