0.3.0 • Published 10 years ago

require-bean v0.3.0

Weekly downloads
15
License
ISC
Repository
github
Last release
10 years ago

Require Bean

This is a minimal IoC container, designed for simplicity. It's main concept is the container, in which the beans are registered. A bean is just a function that returns a value, like the following:

var mybean = function(){
    return {
        value: 'something'
        //anything here
    }
}

Installation

npm install require-bean

Documentation

http://jsanchesleao.github.io/require-bean/

0.3.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago