0.3.3 • Published 10 years ago

bijous v0.3.3

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

Bijous

Build Status Dependency Status Code Climate

NPM Status

An asynchronous module loader. Searches out modules within a file system using Klect and supplies an asynchronous means of initializing them. Initialized modules may provide a service that can be used by other modules and is made available to external code after loading has completed.

Installation

You can use this node module in your project by executing the following:

$ npm install bijous

or by saving it to your package.json file:

$ npm install --save bijous

In order to build, test, or generate documentation you must have gulp installed:

$ npm install -g gulp

Building

$ npm install && gulp build

Testing

$ npm install && gulp test

Documentation

$ npm install && gulp docs

Once the documentation is built you can open the index.html within the docs directory.

You can see the latest API documentation at http://mbrio.github.io/bijous.

License

ICS © 2014 Michael Diolosa michael.diolosa@gmail.com

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago