@putout/formatter-progress-bar
v4.0.1
Published
šPutout formatter shows progress and shows result at the end
Downloads
63,668
Maintainers
Readme
@putout/formatter-progress-bar
šPutout formatter shows progress bar.
Install
npm i putout @putout/formatter-progress-bar
Usage
putout --format progress-bar lib
Options
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