0.3.3 • Published 11 years ago
bijous v0.3.3
Bijous
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 bijousor by saving it to your package.json file:
$ npm install --save bijousIn order to build, test, or generate documentation you must have gulp installed:
$ npm install -g gulpBuilding
$ npm install && gulp buildTesting
$ npm install && gulp testDocumentation
$ npm install && gulp docsOnce 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

