Package Exports
- @putout/formatter-progress-bar
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"
}]
}License
MIT