1.0.7 • Published 6 years ago

dist-inject v1.0.7

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

Dist-inject

codecov CircleCI

A powerful and lightweight inversion of control container for JavaScript & Node.js apps with zero dependencies.

About

An IoC container uses a class constructor to identify and inject its dependencies.

Motivation

As an Object Oriented developer, that uses SOLID principles, it is hard to do work in bigger project in mostly "Javascript style" oriented developers. This library helps you write your code and also helps them to use your code without much hassle.

Why dist-inject

  • It is lazy. Resources are loaded, when needed.
  • Increase code reausability
  • Usable without reflect-metadata package. It is needed only, when you use injectable decorator.
  • Cross platform
  • Usable in js projects
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

1.0.0

6 years ago