npm.io
1.0.0 • Published 8 years ago

ora-promise

Licence
MIT
Version
1.0.0
Deps
2
Size
14 kB
Vulns
0
Weekly
0
Stars
3

ora-promise

Use ora to monitor your promises execution time

Some for your CLI

demo

install

npm i ora-promise

usage


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

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

See ./example.js