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