@putout/formatter-progress-bar

putout formatter shows progress and shows result at the end

Usage no npm install needed!

<script type="module">
  import putoutFormatterProgressBar from 'https://cdn.skypack.dev/@putout/formatter-progress-bar';
</script>

README

@putout/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