progress-gauge

JSON →
library 0.1.0 ·javascript
verified Jun 7, 2026

A zero-dependency terminal progress gauge renderer for Node.js (>=18) and browser environments, shipping TypeScript types. It renders deterministic progress bars from plain numbers or snapshot objects, supporting custom labels and widths. The package serves as a lightweight replacement for the abandoned `gauge` package, with a clean migration path. Current version 0.1.0 provides `renderGauge` for one-shot rendering and `createGauge` for persistent gauge instances with show/hide. No runtime dependencies, suitable for CLI tools and logging.