# bootleg

> Library for asynchrouns bootstraping of Node.JS applications

Latest version **0.9.4** (published 2016-10-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install bootleg
pnpm add bootleg
yarn add bootleg
bun add bootleg
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.9.4 |
| Published | 2016-10-02 |
| First published | 2014-11-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Shahar Kedar |
| Maintainers | shaharke |

## Links

- npm: https://www.npmjs.com/package/bootleg
- Repository: https://github.com/shaharke/bootleg
- Issues: https://github.com/shaharke/bootleg/issues
- npm.io page: https://npm.io/package/bootleg

## Dependencies (1)

- [bluebird](https://npm.io/package/bluebird.md) 3.3.4

## Recent versions

- 0.9.4 (latest) — 2016-10-02
- 0.9.3 — 2016-03-23
- 0.9.1 — 2014-11-10

## README

# Bootleg

[![Build Status](https://travis-ci.org/shaharke/bootleg.svg?branch=master)](https://travis-ci.org/shaharke/bootleg)


Bootleg is an extensible initialization layer for [Node.js](http://nodejs.org/)
applications that has been heavily inspired by [Bootable](https://github.com/jaredhanson/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

  - [Shahar Kedar](http://github.com/shaharke)
  - [Jared Hanson](http://github.com/jaredhanson)

## License

[The MIT License](http://opensource.org/licenses/MIT)

Copyright (c) 2013 Jared Hanson

---
_Source: https://npm.io/package/bootleg · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
