Skip to content

Latest commit

History

History

formatter-progress-bar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

@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