Bootleg
![Build Status](https://travis-ci.org/shaharke/bootleg.svg?branch=master)
Bootleg is an extensible initialization layer for Node.js
applications that has been heavily inspired by Bootable.
Bootleg allows initialization phases to be registered for an application.
These phases will be executed sequentially during startup, after which the
application will be ready to run.
The main difference between Bootleg and Bootable is that Bootleg works with promises to evaluate
the execution of phases.
Install
$ npm install bootleg
Usage
TBD
Tests
$ npm install
$ npm test
Credits
License
The MIT License
Copyright (c) 2013 Jared Hanson