🐊Putout formatter shows memory used.
npm i putout @putout/formatter-memory
putout --format memory lib
Formatters takes options, that can be set in .putout.json with:
{
"formatter": ["memory", {
"minCount": 0,
"color": "#6fbdf1"
}]
}PUTOUT_PROGRESS_BAR:0- disable1- enable
MIT