0.2.2 • Published 5 months ago

erange v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Erange

npm beta license docs

Erange (pronounced 'arrange') - flexible, lightweight and easy to use dependency injection for JS/TS.

⚠️ This library is currently in its beta development stage and is subject to change in future versions without prior notice. It is not recommended for production use as it may contain unexpected issues.

Table of contents

Introduction

Dependency injection is an inversion of control (IoC) technique wherein you delegate instantiation of dependencies to the IoC container, instead of doing it in your own code imperatively.

There are many advantages to using dependency injection, but doing so manually often leads to a large amount of boilerplate code to be written. Erange is a framework that makes it possible to write code that uses dependency injection without the hassle of writing much of that boilerplate code.

If I've already captured your attention, then I invite you to proceed to the documentation, where you'll delve deeper into both the topic of the presented concepts and the Erange library itself.

Why erange?

  • 🍭 Easy to use.
  • ☕️ Very intuitive.
  • 💻 Modern solution.
  • 📘 Excellent TypeScript support.
  • 📒 Also works with plain JavaScript.
  • 🪐 Brings best DX from popular alternatives.
  • 📦 Distributions in ESM and CommonJS standards.
  • ❌ Does not use outdated and experimental (stage 2) TypeScript decorators.

Installation

# With NPM
npm install erange

# With Yarn
yarn add erange

Documentation & user guide

For an introduction to Erange and complete documentation go to:

docs

0.2.1

5 months ago

0.2.0

5 months ago

0.2.2

5 months ago

0.1.10

7 months ago

0.1.11

7 months ago

0.1.8

7 months ago

0.1.9

7 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago