UNPKG

2.56 kBMarkdownView Raw
1# Fold
2
3[![Gitter](https://img.shields.io/badge/+%20GITTER-JOIN%20CHAT%20%E2%86%92-1DCE73.svg?style=flat-square)](https://gitter.im/adonisjs/adonis-framework)
4[![Trello](https://img.shields.io/badge/TRELLO-%E2%86%92-89609E.svg?style=flat-square)](https://trello.com/b/yzpqCgdl/adonis-for-humans)
5[![Version](https://img.shields.io/npm/v/adonis-fold.svg?style=flat-square)](https://www.npmjs.com/package/adonis-fold)
6[![Build Status](https://img.shields.io/travis/poppinss/adonis-fold/master.svg?style=flat-square)](https://travis-ci.org/poppinss/adonis-fold)
7[![Coverage Status](https://img.shields.io/coveralls/poppinss/adonis-fold/master.svg?style=flat-square)](https://coveralls.io/github/poppinss/adonis-fold?branch=master)
8[![Downloads](https://img.shields.io/npm/dt/adonis-fold.svg?style=flat-square)](https://www.npmjs.com/package/adonis-fold)
9[![License](https://img.shields.io/npm/l/adonis-fold.svg?style=flat-square)](https://opensource.org/licenses/MIT)
10
11> :pray: This repository contains the IOC container for adonis framework. It can be used standalone too.
12
13Fold 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))
14
151. Service Provider
162. Service Manager
173. Namespaces/Auto Loading
18
19IOC container enables solid Dependency Injection through out your application and makes it easier for you to test your modules by mocking dependencies with ease.
20
21You can learn more about AdonisJS and all of its awesomeness on http://adonisjs.com :evergreen_tree:
22
23## Table of Contents
24
25* [Team Members](#team-members)
26* [Requirements](#requirements)
27* [Contribution Guidelines](#contribution-guidelines)
28
29## <a name="team-members"></a>Team Members
30
31* Harminder Virk ([Caffiene Blogging](http://amanvirk.me/)) <virk.officials@gmail.com>
32
33## <a name="requirements"></a>Requirements
34
35AdonisJS 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.
36
37For these reasons, AdonisJS require you to use `node >= 4.0` and `npm >= 3.0`.
38
39## <a name="contribution-guidelines"></a>Contribution Guidelines
40
41In favor of active development we accept contributions for everyone. You can contribute by submitting a bug, creating pull requests or even improving documentation.
42
43You 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).