progress-barzz

A simple textual progress bar for javascript


Keywords
progress, bar, text, console, char, nodejs, npm-package, progress-bar, terminal
License
MIT
Install
npm install progress-barzz@2.0.0

Documentation

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