awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to node-modules/runscript

Open-source alternatives to Runscript

14 open-source projects similar to node-modules/runscript, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Runscript alternative.

  • erikbjare/gptmeErikBjare का अवतार

    ErikBjare/gptme

    4,334GitHub पर देखें↗

    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
    GitHub पर देखें↗4,334
  • pyinvoke/invokepyinvoke का अवतार

    pyinvoke/invoke

    4,716GitHub पर देखें↗

    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
    GitHub पर देखें↗4,716
  • ehmicky/gulp-execaehmicky का अवतार

    ehmicky/gulp-execa

    56GitHub पर देखें↗

    Gulp.js command execution for humans

    JavaScript
    GitHub पर देखें↗56
  • google/zxgoogle का अवतार

    google/zx

    45,536GitHub पर देखें↗

    This project is a shell scripting environment and task automation toolset that enables the execution of system commands directly within JavaScript. It functions as a process execution wrapper, providing a unified interface for spawning external utilities, managing system processes, and orchestrating complex workflows. The tool distinguishes itself by using tagged template literals to automatically escape shell arguments, which prevents command injection vulnerabilities during execution. It supports both synchronous and asynchronous command execution, allowing developers to choose between bloc

    JavaScriptbashchild-processcli
    GitHub पर देखें↗45,536

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • indigounited/node-cross-spawnIndigoUnited का अवतार

    IndigoUnited/node-cross-spawn

    1,173GitHub पर देखें↗

    npm-url:https://npmjs.org/package/cross-spawn downloads-image:https://img.shields.io/npm/dm/cross-spawn.svg npm-image:https://img.shields.io/npm/v/cross-spawn.svg ci-url:https://github.com/moxystudio/node-cross-spawn/actions/workflows/ci.yaml…

    JavaScript
    GitHub पर देखें↗1,173
  • shelljs/shelljsshelljs का अवतार

    shelljs/shelljs

    14,402GitHub पर देखें↗

    ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system automation. It serves as a cross-platform filesystem API and a process wrapper for spawning and controlling external system subprocesses. The project translates Unix shell commands into equivalent operations for the host operating system, allowing scripts to run consistently across different platforms. It supports the registration of custom commands and the integration of third-party plugins to extend its portable shell capabilities. The library covers broad capability areas

    JavaScriptbashjavascriptnode
    GitHub पर देखें↗14,402
  • shelljs/shxshelljs का अवतार

    shelljs/shx

    1,865GitHub पर देखें↗

    shx is a wrapper around ShellJS Unix commands, providing an easy solution for simple Unix-like, cross-platform commands in npm package scripts.

    JavaScript
    GitHub पर देखें↗1,865
  • sindresorhus/clipboard-clisindresorhus का अवतार

    sindresorhus/clipboard-cli

    507GitHub पर देखें↗

    Supports: macOS, Windows, Linux, OpenBSD, FreeBSD, Android with Termux.

    JavaScript
    GitHub पर देखें↗507
  • sindresorhus/clipboardysindresorhus का अवतार

    sindresorhus/clipboardy

    1,977GitHub पर देखें↗

    Access the system clipboard (copy/paste)

    JavaScript
    GitHub पर देखें↗1,977
  • sindresorhus/execasindresorhus का अवतार

    sindresorhus/execa

    7,517GitHub पर देखें↗

    Execa is a promise-based process execution library that serves as a wrapper for the Node.js child process module. It functions as a shell command runner and subprocess management tool, simplifying the execution of external commands and binaries. The library distinguishes itself through automatic argument escaping to prevent shell injection and the use of abort signals for graceful process termination. It also provides an inter-process communication wrapper for exchanging structured JSON data and messages between parent and child processes. Its capabilities cover a broad range of process I/O

    JavaScript
    GitHub पर देखें↗7,517
  • tiaanduplessis/shell-exectiaanduplessis का अवतार

    tiaanduplessis/shell-exec

    24GitHub पर देखें↗

    A tiny cross-platform promise based wrapper around child_process.spawn.

    TypeScript
    GitHub पर देखें↗24
  • coreybutler/node-windowscoreybutler का अवतार

    coreybutler/node-windows

    2,931GitHub पर देखें↗

    Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).

    JavaScriptbackgrounddaemonnode-windows
    GitHub पर देखें↗2,931
  • zentrick/cross-spawn-promisezentrick का अवतार

    zentrick/cross-spawn-promise

    25GitHub पर देखें↗

    Promisified cross-spawn.

    JavaScript
    GitHub पर देखें↗25
  • darkguy2008/parallelshelldarkguy2008 का अवतार

    darkguy2008/parallelshell

    498GitHub पर देखें↗

    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
    GitHub पर देखें↗498