A Depdencny injection library for javascript


License
MIT
Install
npm install crate-js@2.0.0

Documentation

Crate Build Status

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!