0.2.1 • Published 6 years ago

spinner-progressbar v0.2.1

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

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

0.2.1

6 years ago

0.2.0-np

6 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago