Package Exports
- @putout/formatter-progress-bar
- @putout/formatter-progress-bar/lib/progress-bar.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@putout/formatter-progress-bar) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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