Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.