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 = 'default progress bar message' frameRate = 10bar //jump to 10% done.//note, you can go backwards.
License
MIT