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

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

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

5 रिपॉजिटरी

Awesome GitHub RepositoriesScript Wrappers

Bundling scripts into executables to manage privilege escalation and execution sequencing.

Distinct from Script-to-Executable Compilers: Focuses on wrapping scripts for execution orchestration rather than compiling them into native installers.

Explore 5 awesome GitHub repositories matching development tools & productivity · Script Wrappers. Refine with filters or upvote what's useful.

Awesome Script Wrappers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • shadowwhisperer/remove-ms-edgeShadowWhisperer का अवतार

    ShadowWhisperer/Remove-MS-Edge

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

    Remove-MS-Edge is a script-based utility designed to uninstall preinstalled web browsers and the WebView2 runtime from Windows operating systems. It functions as a component management tool that leverages batch scripts to remove system packages and associated runtime environments. The project includes a recovery utility to restore removed browser components from cabinet archives. This capability is used to resolve Windows Update loops and repair system update failures caused by missing browser components. The toolkit employs system-level primitives including the Deployment Image Servicing an

    Bundles batch scripts into a single executable to manage administrative privileges and sequence system operations.

    Batchfilebatchedgeexe
    GitHub पर देखें↗4,896
  • rubygems/bundlerrubygems का अवतार

    rubygems/bundler

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

    Bundler is a Ruby dependency manager that resolves gem versions and locks them in a lockfile so every machine installs the same set of dependencies. It manages package sources, provides environment diagnostics, and wraps commands and consoles to run inside a consistent gem context, preventing version mismatches across development, testing, and production. Unlike a simple package installer, Bundler uses a SAT solver to find a consistent set of gem versions satisfying all constraints, segregates authentication secrets from source URLs, and enforces platform-specific dependency filtering. Its lo

    Generates wrapper scripts that run the correct locked gem version without requiring a command prefix.

    Rubydependency-managerrubyrubygems
    GitHub पर देखें↗4,881
  • moraroy/nonsteamlaunchers-on-steam-deckmoraroy का अवतार

    moraroy/NonSteamLaunchers-On-Steam-Deck

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

    यह प्रोजेक्ट Steam Deck के लिए एक मैनेजमेंट सूट है जिसे थर्ड-पार्टी गेम लॉन्चर इंस्टॉल और व्यवस्थित करने, लाइब्रेरी पॉपुलेशन को स्वचालित करने और कम्पैटिबिलिटी रनटाइम को मैनेज करने के लिए डिज़ाइन किया गया है। यह एक लाइब्रेरी ऑटोमेशन टूल के रूप में कार्य करता है जो प्राथमिक संग्रह में गेम और मेटाडेटा जोड़ने के लिए बाहरी लॉन्चर को स्कैन करता है, साथ ही GE-Proton और UMU कम्पैटिबिलिटी लेयर्स को तैनात करने के लिए एक समर्पित मैनेजर भी है। यह सॉफ़्टवेयर Waydroid के माध्यम से Android एप्लिकेशन को एकीकृत करके और कई थर्ड-पार्टी पैकेज इंस्टॉल करने के लिए एक साझा Proton प्रीफ़िक्स का उपयोग करके खुद को अलग करता है, जिससे डिस्क उपयोग कम हो जाता है। इसमें एक स्टोरेज मैनेजर भी शामिल है जो हैंडहेल्ड स्टोरेज को ऑप्टिमाइज़ करने के लिए सिम्बॉलिक लिंक का उपयोग करके इंस्टॉलेशन प्रीफ़िक्स और डेटा फ़ोल्डर को बाहरी मीडिया में स्थानांतरित करता है। यह सिस्टम गेम और वेब शॉर्टकट के लिए बैकग्राउंड लाइब्रेरी सिंक्रोनाइज़ेशन, मेटाडेटा और कवर आर्ट के साथ विज़ुअल पर्सनलाइज़ेशन और स्वचालित गेम सेव बैकअप एकीकरण सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इंस्टॉलेशन और कॉन्फ़िगरेशन को रिमोट शेल-स्क्रिप्ट पाइपलाइन के माध्यम से संभाला जाता है।

    Uses tailored launch scripts to bridge external applications and mobile containers into the gaming interface.

    Pythondeckmachinenonsteam
    GitHub पर देखें↗4,278
  • nextest-rs/nextestnextest-rs का अवतार

    nextest-rs/nextest

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

    nextest is a high-performance test execution framework and Rust test runner designed to manage parallelism, retries, and timeouts. It serves as a test recording system that captures execution metadata and outputs into archives for later failure analysis and replay. The project distinguishes itself as a flakiness detection tool, identifying unstable tests through stress loops and automated retry policies. It also functions as a CI test orchestrator, capable of partitioning test suites across multiple workers and exporting results in standardized JUnit XML and JSON formats. The framework provi

    Executes test binaries via wrapper scripts to support cross-compilation and specific target environments.

    Rustcargo-plugincargo-subcommandflaky-tests
    GitHub पर देखें↗2,828
  • pypa/setuptoolspypa का अवतार

    pypa/setuptools

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

    Setuptools is a Python package build tool and distribution framework used to bundle code into distributable archives. It functions as a project metadata manager, allowing for the declarative definition of project identity, versioning, and dependencies. The toolkit distinguishes itself by providing an extension compiler for C and C++ source files and a plugin architecture that uses entry points to enable runtime discovery of functionality. It also supports development environment tooling, such as editable installs that link source code directly to the environment to allow immediate changes wit

    Generates wrapper scripts that ensure necessary dependencies and paths are loaded before executing command-line scripts.

    Python
    GitHub पर देखें↗2,809
  1. Home
  2. Development Tools & Productivity
  3. Installation Scripts
  4. Script-to-Executable Compilers
  5. Script Wrappers

सब-टैग एक्सप्लोर करें

  • Host Interface BridgesScripts that bridge the execution of external applications or containers to a specific host UI. **Distinct from Script Wrappers:** Focuses on bridging to a host interface rather than general privilege escalation wrapping.
  • Test Execution WrappersUsing scripts to wrap test binaries for cross-compilation and target-specific environment support. **Distinct from Script Wrappers:** Distinct from Script Wrappers: specifically targets the wrapping of test binaries for environment and architecture compatibility.
  • Versioned Package Wrapper GeneratorsWrappers that run the correct locked package version directly without needing a command prefix. **Distinct from Script Wrappers:** Distinct from Script Wrappers: focuses on version-locking wrappers for package executables, not privilege escalation or execution sequencing.