Package Exports
- @putout/formatter-memory
- @putout/formatter-memory/lib/memory.js
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-memory) 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-memory 
🐊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
- disable1
- enable
License
MIT