JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 17203
  • Score
    100M100P100Q154480F
  • License MIT

🐊Putout formatter shows progress and shows result at the end

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 NPM version

🐊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