bijous
v0.3.3
Published
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.
Downloads
41
Maintainers
Readme
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 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 [email protected]