Ross ROSS = Recommend OSS · open-source software intelligence for agents

mysticatea/npm-run-all

A CLI tool to run multiple npm-scripts in parallel or sequential. observed · 2026-08-28

github.com/mysticatea/npm-run-all · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4181
  • days_rel: n/a
  • days_push: 748
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

5837 stars · 239 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

npm-run-all is a CLI tool (with run-s and run-p shorthands and a Node API) for running multiple npm-scripts in parallel or sequentially, with glob-like pattern support. It works cross-platform, including on Windows where shell-based parallelism with '&' fails.

Use cases

  • run multiple npm scripts in parallel
  • run npm scripts sequentially in one command
  • run all build:* scripts with a glob pattern
  • run parallel npm scripts on Windows
  • replace long npm run && npm run chains
  • orchestrate build and test scripts in package.

When to choose

  • you need to run several npm-scripts with one command
  • you want cross-platform parallel script execution including Windows
  • you want glob pattern matching for script names
  • you use Yarn and need child scripts invoked via Yarn

When to avoid

  • you only need to run a single script (plain npm run suffices)
  • you need a full task runner with file watching or caching
  • you need actively developed tooling with frequent updates

Facets

cli-tool · maturity maintenance

cli developer-tools workflow-automation developer-tools web-development cli cross-platform npm-scripts task-runner parallel-execution sequential-execution javascript command-line automation nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
mysticatea/npm-run-allmain23

For agents

markdown · JSON · MCP: product_card(name="mysticatea/npm-run-all")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem