Skip to content

Latest commit

History

History

formatter-memory

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

@putout/formatter-memory NPM version

馃悐Putout formatter shows memory used.

Install

npm i putout @putout/formatter-memory

Usage

putout --format memory lib

Options

Formatters takes options, that can be set in .putout.json with:

{
    "formatter": ["memory", {
        "minCount": 0,
        "color": "#6fbdf1"
    }]
}

Env

  • PUTOUT_PROGRESS_BAR:
    • 0 - disable
    • 1 - enable

License

MIT