awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mysticatea avatar

mysticatea/npm-run-all

0
View on GitHub↗
5,842 stars·241 forks·JavaScript·mit·14 views

Npm Run All

npm-run-all is a command-line and programmatic tool for running multiple npm scripts in sequence, parallel, or mixed combinations without requiring an external task runner. It provides a straightforward way to orchestrate complex multi-step build or test workflows directly from the terminal or from within Node.js application code.

The tool distinguishes itself by supporting mixed execution plans that combine sequential and parallel steps into a single command, allowing users to define dependency graphs where some scripts run concurrently while others wait for completion. It manages child-process lifecycles, pools concurrent processes, chains sequential promises, and aggregates exit codes from all child processes into a single final result. When Yarn originally invoked the tool, it automatically proxies script execution through Yarn instead of npm.

Beyond the CLI, npm-run-all offers a programmatic API for orchestrating scripts from application code, enabling dynamic workflow management. The documentation covers installation, CLI usage, and the programmatic interface for integrating script orchestration into larger automation pipelines.

Features

  • NPM Script Runners - Runs multiple npm scripts in sequence or parallel from a single command to simplify build and test workflows.
  • Mixed Sequential-Parallel Plans - Combines sequential and parallel execution steps into a single command for complex script workflows.
  • Concurrent Script Executors - Starts multiple npm scripts concurrently and runs them all at the same time.
  • Sequential Script Executors - Executes a list of npm scripts one after another, waiting for each to finish before starting the next.
  • Dependency Graph Runners - Builds a directed acyclic graph from combined sequential and parallel steps to determine execution order.
  • Sequential Task Execution - Executes npm scripts one after another, waiting for each to finish before starting the next.
  • Mixed Execution Orchestrators - Combines sequential and parallel execution steps into a single command for complex script workflows.
  • Multi-Stage Workflow Automations - Combines sequential and parallel script steps into one command to orchestrate complex multi-step build or test processes.
  • Concurrent Script Launchers - Starts several npm scripts at once and runs them concurrently to speed up tasks like linting and testing.
  • Promise-Based Chains - Chains promises that resolve when each child process completes, executing scripts one after another.
  • Child Process Execution - Spawns and manages child processes to execute npm scripts, coordinating their lifecycle events.
  • Process Pools - Maintains a pool of child processes to run concurrent scripts and aggregate their exit codes.
  • Aggregated Exit Code Collectors - Aggregates exit codes from all child processes into a single final exit code for the orchestrator.
  • Programmatic Orchestration APIs - Provides a Node.js API to orchestrate npm scripts in sequence or parallel from application code.
  • Script Orchestration APIs - Orchestrates npm scripts from within Node.js application code using an API for dynamic workflow management.
  • NPM Script Orchestration APIs - Orchestrates npm scripts in sequence or parallel from within application code using a Node.js API.
  • Package Management - Runs multiple npm scripts.
  • Task Automation - Runs multiple scripts in parallel or serial.
  • Task Runners - Fully featured task runner.

Star history

Star history chart for mysticatea/npm-run-allStar history chart for mysticatea/npm-run-all

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does mysticatea/npm-run-all do?

npm-run-all is a command-line and programmatic tool for running multiple npm scripts in sequence, parallel, or mixed combinations without requiring an external task runner. It provides a straightforward way to orchestrate complex multi-step build or test workflows directly from the terminal or from within Node.js application code.

What are the main features of mysticatea/npm-run-all?

The main features of mysticatea/npm-run-all are: NPM Script Runners, Mixed Sequential-Parallel Plans, Concurrent Script Executors, Sequential Script Executors, Dependency Graph Runners, Sequential Task Execution, Mixed Execution Orchestrators, Multi-Stage Workflow Automations.

Which projects share features with mysticatea/npm-run-all?

Projects with overlapping indexed features include: caolan/async — Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous… coderaiser/redrun — ✨🐌 🐎✨ fastest npm scripts runner. google/wireit — Wireit is a build system orchestrator and npm script task runner that manages complex dependencies between scripts. It… casey/just — This project is a command-line task runner designed to manage project-specific workflows through a centralized,… angrave/systemprogramming — This is an open-source, crowd-sourced wiki textbook that teaches Linux system programming in C. It covers the core… adi1090x/rofi — This project is a keyboard-driven menu framework and application launcher for X11 and Wayland desktop environments. It…

Projects sharing features with Npm Run All

These projects share indexed features with Npm Run All. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • caolan/asynccaolan avatar

    caolan/async

    28,150View on GitHub↗

    Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous tasks in Node.js and the browser. It provides functional utilities to wrap, process, and orchestrate complex asynchronous workflows. The library distinguishes itself through a comprehensive task orchestrator that handles dependency graphs to resolve circular references and manages concurrent task queues. It includes a unification bridge that allows callback-style and promise-based functions to operate within the same execution interface. The project covers several primary capabil

    JavaScript
    View on GitHub↗28,150
  • coderaiser/redruncoderaiser avatar

    coderaiser/redrun

    128View on GitHub↗

    ✨🐌 🐎✨ fastest npm scripts runner

    JavaScript
    View on GitHub↗128
  • google/wireitgoogle avatar

    google/wireit

    6,409View on GitHub↗

    Wireit is a build system orchestrator and npm script task runner that manages complex dependencies between scripts. It functions as a development workflow automator by tracking input files and dependencies to skip redundant executions and optimize total build time. The project features a content-addressable build cache that saves generated files to bypass expensive computations. It includes a file watcher that monitors project changes and automatically triggers only the affected scripts within a dependency graph. The tool covers task orchestration through parallel script execution, backgroun

    TypeScript
    View on GitHub↗6,409
  • casey/justcasey avatar

    casey/just

    34,302View on GitHub↗

    This project is a command-line task runner designed to manage project-specific workflows through a centralized, configuration-driven interface. It functions as a declarative tool for organizing build logic, environment variables, and task dependencies into a structured format, enabling the automation of complex development pipelines. The tool distinguishes itself by providing a shell-agnostic execution layer that ensures consistent behavior across Windows, macOS, and Linux. It supports advanced workflow orchestration by constructing directed acyclic graphs to manage task prerequisites, while

    Rust
    View on GitHub↗34,302
  • Compare all 30 related projects→