# SamVerschueren/listr

Terminal task list

Repository: https://github.com/SamVerschueren/listr
Canonical: https://ross.abutalabs.com/products/listr
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2022-08-28T16:33:28+00:00

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

## Adoption (not part of the score)
Stars 3288, forks 108 (observed 2026-08-28T04:07:53.852968+00:00)

## What it is
Listr is a Node.js library for rendering task lists in the terminal with live status indicators, sub-tasks, and concurrent execution. Tasks can be synchronous functions, promises, or observables, with support for skipping, enabling, and error handling.

## Use cases
- show a progress list for multi-step cli tasks
- render nested sub-tasks in the terminal
- display spinner indicators while running async tasks
- run setup steps concurrently with live status
- build a publish or install pipeline with visible task status

## When to choose
- you are building a Node.js CLI that runs multiple sequential or concurrent steps
- you want polished terminal output with sub-tasks and status updates

## When to avoid
- you need a maintained alternative - the repo has been quiet and listr2 is the actively developed successor
- your project is not JavaScript/Node.js

## Facets
- artifact type: library
- maturity: maintenance
- function: cli, developer-tools
- domain: developer-tools
- platform: cli, cross-platform
- tags: terminal-ui, task-runner, progress-indicator, spinner, command-line, nodejs

## Member repositories
- SamVerschueren/listr (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:53.852968+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-30T07:22:50.617879+00:00, confidence not recorded.
  - readme: https://github.com/SamVerschueren/listr (fetched 2026-08-28T04:07:53.852968+00:00, sha 2676edb8ed95)
  - registry_npm: https://registry.npmjs.org/listr (fetched 2026-08-29T09:36:00.417306+00:00, sha c9c0aa65fd29)
- Data as of 2026-08-30T08:39:29.467469+00:00.
