A lightweight progress bar formatter for Node.js that generates character-based progress bars. Version 2.0.1 is latest; no recent updates as of 2023. It supports custom complete/incomplete characters and bar length. Minimal API with one method. Differentiators: simple, synchronous, zero dependencies.
npm install progress-bar-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a progress bar formatter with custom characters and length, formats a progress value.
Clamp progress manually: Math.min(1, Math.max(0, progress))
Use another package like 'progress' for terminal features.
Use require('progress-bar-formatter') instead of import.No dependency data recorded yet.