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
- Host: GitHub
- URL: https://github.com/cryptiklemur/crate
- Owner: cryptiklemur
- License: mit
- Created: 2015-10-17T04:36:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-28T21:43:58.000Z (almost 10 years ago)
- Last Synced: 2025-03-07T20:23:41.165Z (over 1 year ago)
- Topics: dependency-injection, di, inversion-of-control, javascript, javascript-ioc-container
- Language: JavaScript
- Size: 73.2 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crate [](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)!