spinner-progressbar

Progress bar with spinner


Keywords
cli, progressbar, spinner
License
MIT
Install
npm install spinner-progressbar@0.2.1

Documentation

Progress Bar with Spinner.

Installation

$ npm install spinner-progressbar

Usage

Please refer node-progress

Spinners are avaliable from here, just specify the spinner in options:

let progressBar = new ProgressBar(':current/:total [:bar] :elapseds :percent',
  {
    spinner: 'dots2',
    width: 50,
    total: 100
  }
);

The above example result in a progress bar like the one below.

⢿ 50/100 [=========================-------------------------] 0.0s 50%

License

MIT