JSPM

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

putout formatter shows progress and shows result at the end

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

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"
    }]
}

License

MIT