Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/esemesek/syringe
- Owner: Esemesek
- Created: 2018-05-05T21:11:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T21:37:52.000Z (over 6 years ago)
- Last Synced: 2024-10-14T09:18:12.550Z (3 months ago)
- Topics: ecmascript, ioc, ioc-container, javascript, js, nodejs
- Language: JavaScript
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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