# mysticatea/npm-run-all

A CLI tool to run multiple npm-scripts in parallel or sequential.

Repository: https://github.com/mysticatea/npm-run-all
Canonical: https://ross.abutalabs.com/products/npm-run-all
Language: JavaScript
License: MIT
License Family: permissive
Topics: javascript, npm, npm-module, npm-package, npm-scripts, cli, cli-command, parallel, series, multi-platform, cli-commands
Last push: 2024-08-15T05:51:28+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4181, "days_push": 748, "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 5837, forks 239 (observed 2026-08-28T04:09:31.510222+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: maintenance
- function: cli, developer-tools, workflow-automation
- domain: developer-tools, web-development
- platform: cli, cross-platform
- tags: npm-scripts, task-runner, parallel-execution, sequential-execution, javascript, command-line, automation, nodejs

## Member repositories
- mysticatea/npm-run-all (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:31.510222+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-29T17:52:03.485171+00:00, confidence not recorded.
  - readme: https://github.com/mysticatea/npm-run-all (fetched 2026-08-28T04:09:31.510222+00:00, sha 36f5b747397a)
  - registry_npm: https://registry.npmjs.org/npm-run-all (fetched 2026-08-29T08:47:41.396206+00:00, sha b4da105c87ef)
- Data as of 2026-08-30T08:39:29.467469+00:00.
