UNPKG

adonis-fold

Version:

Dependency manager and ioc container for your next NodeJs application

44 lines (27 loc) 2.56 kB
# Fold [![Gitter](https://img.shields.io/badge/+%20GITTER-JOIN%20CHAT%20%E2%86%92-1DCE73.svg?style=flat-square)](https://gitter.im/adonisjs/adonis-framework) [![Trello](https://img.shields.io/badge/TRELLO-%E2%86%92-89609E.svg?style=flat-square)](https://trello.com/b/yzpqCgdl/adonis-for-humans) [![Version](https://img.shields.io/npm/v/adonis-fold.svg?style=flat-square)](https://www.npmjs.com/package/adonis-fold) [![Build Status](https://img.shields.io/travis/poppinss/adonis-fold/master.svg?style=flat-square)](https://travis-ci.org/poppinss/adonis-fold) [![Coverage Status](https://img.shields.io/coveralls/poppinss/adonis-fold/master.svg?style=flat-square)](https://coveralls.io/github/poppinss/adonis-fold?branch=master) [![Downloads](https://img.shields.io/npm/dt/adonis-fold.svg?style=flat-square)](https://www.npmjs.com/package/adonis-fold) [![License](https://img.shields.io/npm/l/adonis-fold.svg?style=flat-square)](https://opensource.org/licenses/MIT) > :pray: This repository contains the IOC container for adonis framework. It can be used standalone too. Fold is an IOC container for Node applications to make dependency injection simpler and powerful. It has following features and used in [adonis framework](](http://adonisjs.com)) 1. Service Provider 2. Service Manager 3. Namespaces/Auto Loading IOC container enables solid Dependency Injection through out your application and makes it easier for you to test your modules by mocking dependencies with ease. You can learn more about AdonisJS and all of its awesomeness on http://adonisjs.com :evergreen_tree: ## Table of Contents * [Team Members](#team-members) * [Requirements](#requirements) * [Contribution Guidelines](#contribution-guidelines) ## <a name="team-members"></a>Team Members * Harminder Virk ([Caffiene Blogging](http://amanvirk.me/)) <virk.officials@gmail.com> ## <a name="requirements"></a>Requirements AdonisJS is build on the top of ES2015, which makes the code more enjoyable and cleaner to read. It doesn't make use of any transpiler and depends upon Core V8 implemented features. For these reasons, AdonisJS require you to use `node >= 4.0` and `npm >= 3.0`. ## <a name="contribution-guidelines"></a>Contribution Guidelines In favor of active development we accept contributions for everyone. You can contribute by submitting a bug, creating pull requests or even improving documentation. You can find a complete guide to be followed strictly before submitting your pull requests in the [Official Documentation](http://adonisjs.com/docs/2.0/contributing).