# co-bluebird

> co with bluebird promises

Latest version **1.1.0** (published 2015-09-19) · 0 weekly downloads

## Install

```sh
npm install co-bluebird
pnpm add co-bluebird
yarn add co-bluebird
bun add co-bluebird
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2015-09-19 |
| First published | 2015-06-04 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.12.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Overlook Motel |
| Maintainers | overlookmotel |
| Keywords | co, use, bluebird, promise, promises, promisify, async, flow, generator, coro, coroutine |

## Links

- npm: https://www.npmjs.com/package/co-bluebird
- Repository: https://github.com/overlookmotel/co-bluebird
- Issues: https://github.com/overlookmotel/co-bluebird/issues
- npm.io page: https://npm.io/package/co-bluebird

## Dependencies (2)

- [co-use](https://npm.io/package/co-use.md) ^1.1.0
- [bluebird](https://npm.io/package/bluebird.md) ^2.10.0

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 1.1.0 (latest) — 2015-09-19
- 1.0.1 — 2015-09-19
- 1.0.0 — 2015-09-18
- 0.1.0 — 2015-07-08
- 0.0.2 — 2015-06-07
- 0.0.1 — 2015-06-04

## README

# co-bluebird.js

# co with bluebird promises

## Current status

[![NPM version](https://img.shields.io/npm/v/co-bluebird.svg)](https://www.npmjs.com/package/co-bluebird)
[![Build Status](https://img.shields.io/travis/overlookmotel/co-bluebird/master.svg)](http://travis-ci.org/overlookmotel/co-bluebird)
[![Dependency Status](https://img.shields.io/david/overlookmotel/co-bluebird.svg)](https://david-dm.org/overlookmotel/co-bluebird)
[![Dev dependency Status](https://img.shields.io/david/dev/overlookmotel/co-bluebird.svg)](https://david-dm.org/overlookmotel/co-bluebird)
[![Coverage Status](https://img.shields.io/coveralls/overlookmotel/co-bluebird/master.svg)](https://coveralls.io/r/overlookmotel/co-bluebird)

## What it does

It's [co](https://www.npmjs.com/package/co), but using [bluebird](https://www.npmjs.com/package/bluebird) promises, rather than native V8 promises.

#### Why?

V8 promises at present have some features missing that [bluebird](https://www.npmjs.com/package/bluebird) has. In particular, bluebird's error handing and stack traces are better. And some people just prefer bluebird!

## Usage

Exactly the same as [co](https://www.npmjs.com/package/co).

Also includes an extra `.use()` method, provided by [co-use](https://www.npmjs.com/package/co-use).

## Tests

Use `npm test` to run the tests. Use `npm run cover` to check coverage.

## Changelog

See changelog.md

## Issues

If you discover a bug, please raise an issue on Github. https://github.com/overlookmotel/co-bluebird/issues

## Contribution

Pull requests are very welcome. Please:

* ensure all tests pass before submitting PR
* add an entry to changelog
* add tests for new features
* document new functionality/API additions in README

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