Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 612 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 612 Bytes

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