@putout/formatter-progress-bar
v5.0.1
Published
šPutout formatter shows progress and shows result at the end
Downloads
77,647
Maintainers
Readme
@putout/formatter-progress-bar 
šPutout formatter shows progress bar.
Install
npm i putout @putout/formatter-progress-barUsage
putout --format progress-bar libOptions
Formatters takes options, that can be set in .putout.json with:
{
"formatter": ["progress-bar", {
"minCount": 0,
"color": "#6fbdf1"
}]
}Env variables
PUTOUT_PROGRESS_BAR - could be used to disable or enable progress bar using 0 and 1.
License
MIT
