🐊Putout formatter shows progress bar.
npm i putout @putout/formatter-progress-bar
putout --format progress-bar lib
Formatters takes options, that can be set in .putout.json with:
{
"formatter": ["progress-bar", {
"minCount": 0,
"color": "#6fbdf1"
}]
}PUTOUT_PROGRESS_BAR - could be used to disable or enable progress bar using 0 and 1.
MIT