awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
node-modules avatar

node-modules/runscript

0
View on GitHub↗
41 Stars·5 Forks·TypeScript·1 Aufruf

Runscript

📢📢📢📢📢 You should use execa instead. 📢📢📢📢

Features

  • Shell and Scripting - Simplified script execution.

Star-Verlauf

Star-Verlauf für node-modules/runscriptStar-Verlauf für node-modules/runscript

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Runscript

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Runscript.
  • erikbjare/gptmeAvatar von ErikBjare

    ErikBjare/gptme

    4,334Auf GitHub ansehen↗

    gptme is a multi-agent orchestration platform designed for autonomous software engineering, terminal-based AI integration, and RAG-enhanced code navigation. It enables the deployment of persistent agents and specialized subagents to decompose complex tasks and execute parallel technical workflows. The system distinguishes itself through a combination of vision-based GUI automation for controlling desktop applications and surgical patching mechanisms for targeted source code modifications. It utilizes git-based memory management to maintain a versioned history of agent identities, lessons, and

    Python
    Auf GitHub ansehen↗4,334
  • pyinvoke/invokeAvatar von pyinvoke

    pyinvoke/invoke

    4,716Auf GitHub ansehen↗

    Invoke is a Python task automation library used to define and run named Python functions as command-line tasks. It provides a system for mapping functions to executable commands, enabling the automation of repetitive development workflows and the orchestration of build pipelines. The project implements a namespace-based task hierarchy, allowing related tasks to be grouped into nested collections for a structured command-line interface. It utilizes a layered configuration resolution system to merge settings from environment variables, configuration files, and defaults. The toolset includes sh

    Python
    Auf GitHub ansehen↗4,716
  • ehmicky/gulp-execaAvatar von ehmicky

    ehmicky/gulp-execa

    56Auf GitHub ansehen↗

    Gulp.js command execution for humans

    JavaScript
    Auf GitHub ansehen↗56
  • darkguy2008/parallelshellAvatar von darkguy2008

    darkguy2008/parallelshell

    498Auf GitHub ansehen↗

    This is a super simple npm module to run shell commands in parallel. All processes will share the same stdout/stderr, and if any command exits with a non-zero exit status, the rest are stopped and the exit code carries through.

    JavaScript
    Auf GitHub ansehen↗498
Alle 14 Alternativen zu Runscript anzeigen→

Häufig gestellte Fragen

Was macht node-modules/runscript?

📢📢📢📢📢 You should use execa instead. 📢📢📢📢

Was sind die Hauptfunktionen von node-modules/runscript?

Die Hauptfunktionen von node-modules/runscript sind: Shell and Scripting.

Welche Open-Source-Alternativen gibt es zu node-modules/runscript?

Open-Source-Alternativen zu node-modules/runscript sind unter anderem: erikbjare/gptme — gptme is a multi-agent orchestration platform designed for autonomous software engineering, terminal-based AI… pyinvoke/invoke — Invoke is a Python task automation library used to define and run named Python functions as command-line tasks. It… ehmicky/gulp-execa — Gulp.js command execution for humans. google/zx — This project is a shell scripting environment and task automation toolset that enables the execution of system… indigounited/node-cross-spawn — [npm-url]:https://npmjs.org/package/cross-spawn [downloads-image]:https://img.shields.io/npm/dm/cross-spawn.svg… darkguy2008/parallelshell — This is a super simple npm module to run shell commands in parallel. All processes will share the same stdout/stderr,…