0.9.4 • Published 8 years ago

bootleg v0.9.4

Weekly downloads
50
License
MIT
Repository
github
Last release
8 years ago

Bootleg

Build Status

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

0.9.4

8 years ago

0.9.3

8 years ago

0.9.1

10 years ago

0.9.0

10 years ago