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.
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
$ npm install && gulp build
$ npm install && gulp test
$ 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.
ICS © 2014 Michael Diolosa michael.diolosa@gmail.com