0.4.0 • Published 6 years ago

start-reporter-ora v0.4.0

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

start-reporter-ora

start task runner reporter with nice loading spinner.

Notice

This still has much rough edges, like the spinners overlapping each other.

Usage

install using NPM

npm install --save-dev start-reporter-ora

or Yarn

yarn add -D start-reporter-ora

Add it to your "start" config stanza in package.json

...
"start": {
  "reporter": "start-reporter-ora"
},

License

MIT