UNPKG

cli-progress

Version:

easy to use progress-bar for command-line/terminal applications

5 lines 153 B
module.exports = { format: ' {bar}\u25A0 {percentage}% | ETA: {eta}s | {value}/{total}', barCompleteChar: '\u25A0', barIncompleteChar: ' ' };