another-progress-bar
v0.1.2
Published
a terminal/ansi progress bar, with updateable label
Downloads
5
Readme
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