Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/esemesek/syringe

@Decorated javascript IOC container
https://github.com/esemesek/syringe

ecmascript ioc ioc-container javascript js nodejs

Last synced: about 2 months ago
JSON representation

@Decorated javascript IOC container

Awesome Lists containing this project

README

        

![TravisCI status](https://travis-ci.com/Esemesek/syringe.svg?token=N81gUVqnDe8P6kMycRLZ&branch=master "Master build status")
[![codecov](https://codecov.io/gh/Esemesek/syringe/branch/master/graph/badge.svg)](https://codecov.io/gh/Esemesek/syringe)

# Syringe
Syringe is IoC container with decorator functions.

# Installation
```shell
# Yarn
yarn add syringe-ioc

# Npm
npm install syringe-ioc --save
```

# Example
Example is in the example directory