JSPM

@putout/formatter-time

3.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4139
  • Score
    100M100P100Q126641F
  • License MIT

🐊Putout formatter shows time

Package Exports

  • @putout/formatter-time
  • @putout/formatter-time/lib/time.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-time) 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-time NPM version

🐊Putout formatter shows time used.

Install

npm i putout @putout/formatter-time

Usage

putout --format time lib

Options

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

{
    "formatter": ["time", {
        "minCount": 0,
        "color": "#40e0d0",
        "clock": "⏳"
    }]
}

Env

  • PUTOUT_PROGRESS_BAR:
    • 0 - disable
    • 1 - enable

License

MIT