https://github.com/ducksoupdev/typescript-ioc
Typescript IOC/DI example using Inversify
https://github.com/ducksoupdev/typescript-ioc
Last synced: 2 months ago
JSON representation
Typescript IOC/DI example using Inversify
- Host: GitHub
- URL: https://github.com/ducksoupdev/typescript-ioc
- Owner: ducksoupdev
- Created: 2016-03-17T15:25:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T15:26:25.000Z (over 10 years ago)
- Last Synced: 2025-01-16T10:40:13.903Z (over 1 year ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript IOC/DI
This example uses [Inversify](http://inversify.io) and is based on their example.
## Installation
npm install
## Run
npm run things