An open API service indexing awesome lists of open source software.

https://github.com/cryptiklemur/crate

Javascript IOC Container
https://github.com/cryptiklemur/crate

dependency-injection di inversion-of-control javascript javascript-ioc-container

Last synced: 5 months ago
JSON representation

Javascript IOC Container

Awesome Lists containing this project

README

          

# Crate [![Build Status](https://travis-ci.org/aequasi/Crate.svg?branch=master)](https://travis-ci.org/aequasi/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](https://crate-js.readme.io)!