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
Back to coderaiser/redrun

Projects sharing features with Redrun

7 open-source projects similar to coderaiser/redrun, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • mysticatea/npm-run-allmysticatea avatar

    mysticatea/npm-run-all

    5,842View on GitHub↗

    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-proc

    JavaScriptclicli-commandcli-commands
    View on GitHub↗5,842
  • paulpflug/script-runnerpaulpflug avatar

    paulpflug/script-runner

    27View on GitHub↗

    Invoke multiple commands, running in parallel / sequential, matching npm scripts

    CoffeeScript
    View on GitHub↗27
  • micromata/cli-error-notifiermicromata avatar

    micromata/cli-error-notifier

    72View on GitHub↗

    Sends native desktop notifications if CLI apps fail

    JavaScript
    View on GitHub↗72
  • ruyadorno/ntlruyadorno avatar

    ruyadorno/ntl

    961View on GitHub↗

    Node Task List: Interactive cli to list and run package.json scripts

    JavaScript
    View on GitHub↗961
  • sindresorhus/npm-run-pathsindresorhus avatar

    sindresorhus/npm-run-path

    108View on GitHub↗

    Get your PATH prepended with locally installed binaries

    JavaScript
    View on GitHub↗108

AI search

Explore more awesome repositories

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

Find more with AI search
  • typicode/huskytypicode avatar

    typicode/husky

    35,156View on GitHub↗

    Husky is a Git hook manager that automates the installation and execution of version control lifecycle events within a project repository. It functions by redirecting standard version control event triggers to a centralized configuration directory, allowing teams to standardize development workflows and enforce code quality without requiring manual setup on every machine. The tool enables custom workflow automation by triggering shell scripts during operations such as committing or pushing code. It distinguishes itself by integrating directly into package manager lifecycles, ensuring that aut

    JavaScriptcommitgithooks
    View on GitHub↗35,156
  • qard/onchangeQard avatar

    Qard/onchange

    829View on GitHub↗

    Use glob patterns to watch file sets and run a command when anything is added, changed or deleted.

    TypeScript
    View on GitHub↗829