0.2.1 • Published 6 years ago

start-ora-reporter v0.2.1

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

start-ora-reporter

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-ora-reporter

or Yarn

yarn add -D start-ora-reporter

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

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

License

MIT