https://github.com/esemesek/syringe
@Decorated javascript IOC container
https://github.com/esemesek/syringe
ecmascript ioc ioc-container javascript js nodejs
Last synced: 3 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T21:37:52.000Z (about 7 years ago)
- Last Synced: 2025-01-23T12:47:05.307Z (5 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

[](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