0.1.2 • Published 10 years ago

another-progress-bar v0.1.2

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

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

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.0

10 years ago