# bridges-application

Latest version **0.2.1** (published 2015-01-04) · ISC license · 0 weekly downloads

## Install

```sh
npm install bridges-application
pnpm add bridges-application
yarn add bridges-application
bun add bridges-application
```

## 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.2.1 |
| Published | 2015-01-04 |
| First published | 2015-01-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | stevenzeiler |

## Links

- npm: https://www.npmjs.com/package/bridges-application
- Repository: https://github.com/stevenzeiler/bridges-application
- Issues: https://github.com/stevenzeiler/bridges-application/issues
- npm.io page: https://npm.io/package/bridges-application

## Dependencies (1)

- [bridges-supervisor](https://npm.io/package/bridges-supervisor.md) ^0.1.1

## Recent versions

- 0.2.1 (latest) — 2015-01-04
- 0.2.0 — 2015-01-04
- 0.1.0 — 2015-01-03

## README

# Bridges-Application

    npm install --save bridges-application

## Usage

    var application = new BridgesApplication({
      directory: __dirname
    })
  
    application.supervisor.start().then(function() {
      console.log('all processes in ./processes started')
    })

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