# bvaughn/progress-estimator

Logs a progress bar and estimation for how long a Promise will take to complete

Repository: https://github.com/bvaughn/progress-estimator
Canonical: https://ross.abutalabs.com/products/progress-estimator
Language: JavaScript
License Family: other
Last push: 2023-04-17T19:08:07+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2839, "days_push": 1234, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2129, forks 48 (observed 2026-08-28T04:06:17.067781+00:00)

## What it is
A Node.js library that logs animated progress bars and time estimates for Promises in the terminal. It stores previous run durations to make estimates more accurate over time.

## Use cases
- show a progress bar while awaiting promises in a CLI
- estimate how long async tasks will take
- display spinners with time estimates in terminal scripts
- track historical durations of CLI tasks
- add loading indicators to Node.js command-line tools

## When to choose
- you need progress bars with learned duration estimates for Promises in a Node.js CLI
- you want persistent duration history across runs for better estimates

## When to avoid
- you need progress bars for non-Promise workloads like streams or file downloads
- you need a full-featured CLI framework or task runner
- you need a library with active development or a guaranteed license file

## Facets
- artifact type: library
- maturity: maintenance
- function: logging, cli, developer-tools
- domain: developer-tools
- platform: cli
- tags: progress-bar, promise, duration-estimation, terminal-ui, spinner, command-line, automation, nodejs

## Member repositories
- bvaughn/progress-estimator (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:17.067781+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:52:24.372734+00:00, confidence not recorded.
  - readme: https://github.com/bvaughn/progress-estimator (fetched 2026-08-28T04:06:17.067781+00:00, sha 44a59a619fa6)
  - registry_npm: https://registry.npmjs.org/progress-estimator (fetched 2026-08-29T10:32:32.684104+00:00, sha 21d835d0bbc9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
