1.0.1 • Published 11 months ago

mspo-ioc-container v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

mspo-ioc-container implements a simple inversion of control container in TypeScript. It is authored by Max Sporer (github).

Installation

Available as an npm package.

npm install mspo-ioc-container

Getting started with Mspo IoC Container

Here is an example of a simple online store app using Mspo IoC Container

import { IoCContainer } from 'mspo-ioc-container/lib';
const container = new IoCContainer();

Issues/Questions

Please submit issues and ask questions on the issues page issues.

Documentation

Documentation (TODO)

Changelog

The changelog is regularly updated to reflect what's changed in each new release.

License

This project is licensed under the terms of the ISC license.