2.0.0 • Published 3 years ago

progress-barzz v2.0.0

Weekly downloads
17
License
MIT
Repository
github
Last release
3 years ago

progress-barzz

A simple textual progress bar with a time estimation.

Build Status

let barGenerator = new Progress(maxTicks);
console.log(barGenerator.tick());

Installing

$ npm install --save progress-barzz

Demo output example

1/5 ######------------------------ 20% 2s/tick ETA:Nov 27, 2020 12:31 AM
2/5 ############------------------ 40% 2s/tick ETA:Nov 27, 2020 12:31 AM
3/5 ##################------------ 60% 2s/tick ETA:Nov 27, 2020 12:31 AM
4/5 ########################------ 80% 2s/tick ETA:Nov 27, 2020 12:31 AM
5/5 ############################## 100% 2s/tick ETA:Nov 27, 2020 12:31 AM

Tests

$ npm test

Contributing

Contributions, requests or pull requests are welcome & appreciated!

Send me an email if you have questions regarding possible contributions.

License

MIT