Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esemesek/koalats
Typescript IoC Container
https://github.com/esemesek/koalats
ioc ioc-container javascript node nodejs typescript
Last synced: 24 days ago
JSON representation
Typescript IoC Container
- Host: GitHub
- URL: https://github.com/esemesek/koalats
- Owner: Esemesek
- License: mit
- Created: 2018-01-27T21:44:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T22:03:24.000Z (almost 7 years ago)
- Last Synced: 2024-04-23T09:37:20.137Z (7 months ago)
- Topics: ioc, ioc-container, javascript, node, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KoalaTS
KoalaTS is library that provides simple IoC Container.
# How to install?
With npm
```shell
npm install koalats --save
```With yarn
```shell
yarn add koalats
```## How to use?
Working example in `example` directory.