Giter Club home page Giter Club logo

erange's Introduction

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

erange's People

Contributors

arklanq avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.