# ora-promise

> Use ora to monitor your promises execution time

Latest version **1.0.0** (published 2018-03-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install ora-promise
pnpm add ora-promise
yarn add ora-promise
bun add ora-promise
```

## 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.0.0 |
| Published | 2018-03-09 |
| First published | 2018-03-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 14.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Julien Bouquillon |
| Maintainers | revolunet |

## Links

- npm: https://www.npmjs.com/package/ora-promise
- Repository: https://github.com/revolunet/ora-promise
- Homepage: https://revolunet.github.io/ora-promise/
- Issues: https://github.com/revolunet/ora-promise/issues
- npm.io page: https://npm.io/package/ora-promise

## Dependencies (2)

- [ora](https://npm.io/package/ora.md) ^2.0.0
- [humanize-duration](https://npm.io/package/humanize-duration.md) ^3.12.1

## Recent versions

- 1.0.0 (latest) — 2018-03-09

## README

# ora-promise

Use [ora](https://github.com/sindresorhus/ora) to monitor your promises execution time

Some 💅 for your CLI

![demo](./demo.gif)

## install

```sh
npm i ora-promise
```

## usage

```js

const spinner = require('ora-promise');

spinner('generating video...', getSomePromise).then(console.log).catch(console.log)

```

See [./example.js](./example.js)

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