🐊Putout formatter shows progress and shows result at the end
npm install @putout/formatter-progress-bar[NPMIMGURL]: https://img.shields.io/npm/v/@putout/formatter-progress-bar.svg?style=flat&longCache=true
[NPMURL]: https://npmjs.org/package/@putout/formatter-progress-bar "npm"
🐊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:
`json`
{
"formatter": ["progress-bar", {
"minCount": 0,
"color": "#6fbdf1"
}]
}
PUTOUT_PROGRESS_BAR - could be used to disable or enable progress bar using 0 and 1`.
MIT