another-progress-bar

0.1.2 • Public • Published

another-progress-bar

Another progress bar. takes a done/outof and an updateable message.

output

message: loading...
|....|....|....|....|....|....|....|....|....|....| 0.0%

then the ruler fils in with black (or the reverse of your default terminal color).

example

var bar = require('another-progress-bar')('default progress bar message', frameRate = 10)
 
bar.progress(1, 10) //jump to 10% done.
                    //note, you can go backwards.
 
 

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i another-progress-bar

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • nopersonsmodules