# ember-promise-utils

> The default blueprint for ember-cli addons.

Latest version **0.1.1** (published 2018-02-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install ember-promise-utils
pnpm add ember-promise-utils
yarn add ember-promise-utils
bun add ember-promise-utils
```

## 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.1.1 |
| Published | 2018-02-20 |
| First published | 2018-02-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 6.* \|\| >= 8.* |
| Dependencies | 1 |
| Unpacked size | 551.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | championswimmer |
| Keywords | ember-addon |

## Links

- npm: https://www.npmjs.com/package/ember-promise-utils
- npm.io page: https://npm.io/package/ember-promise-utils

## Dependencies (1)

- [ember-cli-babel](https://npm.io/package/ember-cli-babel.md) ^6.6.0

## Recent versions

- 0.1.1 (latest) — 2018-02-20
- 0.1.0 — 2018-02-20
- 0.0.3 — 2018-02-20
- 0.0.2 — 2018-02-19
- 0.0.1 — 2018-02-19

## README

ember-promise-utils
==============================================================================
[![Build Status](https://travis-ci.org/championswimmer/ember-promise-utils.svg?branch=master)](https://travis-ci.org/championswimmer/ember-promise-utils)
[![codecov](https://codecov.io/gh/championswimmer/ember-promise-utils/branch/master/graph/badge.svg)](https://codecov.io/gh/championswimmer/ember-promise-utils)

Some useful utility functions to work with Ember.RSVP promises.

## Installation

```shell
ember install ember-promise-utils
```

## Usage


[Longer description of how to use the addon in apps.]

## Contributing

### Installation

* `git clone <repository-url>`
* `cd ember-promise-utils`
* `npm install`

### Linting

* `npm run lint:js`
* `npm run lint:js -- --fix`

### Running tests

* `ember test` – Runs the test suite on the current Ember version
* `ember test --server` – Runs the test suite in "watch mode"
* `npm test` – Runs `ember try:each` to test your addon against multiple Ember versions

### Running the dummy application

* `ember serve`
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).

For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).

License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE.md).

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