awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesConcurrent Script Launchers

Starts multiple scripts at once and runs them concurrently to speed up tasks like linting and testing.

Distinct from CLI Script Execution: Distinct from CLI Script Execution: focuses on concurrent execution of multiple scripts, not single script execution.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Concurrent Script Launchers. Refine with filters or upvote what's useful.

Awesome Concurrent Script Launchers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mysticatea/npm-run-allالصورة الرمزية لـ mysticatea

    mysticatea/npm-run-all

    5,842عرض على 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

    Starts several npm scripts at once and runs them concurrently to speed up tasks like linting and testing.

    JavaScriptclicli-commandcli-commands
    عرض على GitHub↗5,842
  1. Home
  2. Programming Languages & Runtimes
  3. CLI Script Execution
  4. Concurrent Script Launchers