5 रिपॉजिटरी
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.
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.
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.
यह प्रोजेक्ट Steam Deck के लिए एक मैनेजमेंट सूट है जिसे थर्ड-पार्टी गेम लॉन्चर इंस्टॉल और व्यवस्थित करने, लाइब्रेरी पॉपुलेशन को स्वचालित करने और कम्पैटिबिलिटी रनटाइम को मैनेज करने के लिए डिज़ाइन किया गया है। यह एक लाइब्रेरी ऑटोमेशन टूल के रूप में कार्य करता है जो प्राथमिक संग्रह में गेम और मेटाडेटा जोड़ने के लिए बाहरी लॉन्चर को स्कैन करता है, साथ ही GE-Proton और UMU कम्पैटिबिलिटी लेयर्स को तैनात करने के लिए एक समर्पित मैनेजर भी है। यह सॉफ़्टवेयर Waydroid के माध्यम से Android एप्लिकेशन को एकीकृत करके और कई थर्ड-पार्टी पैकेज इंस्टॉल करने के लिए एक साझा Proton प्रीफ़िक्स का उपयोग करके खुद को अलग करता है, जिससे डिस्क उपयोग कम हो जाता है। इसमें एक स्टोरेज मैनेजर भी शामिल है जो हैंडहेल्ड स्टोरेज को ऑप्टिमाइज़ करने के लिए सिम्बॉलिक लिंक का उपयोग करके इंस्टॉलेशन प्रीफ़िक्स और डेटा फ़ोल्डर को बाहरी मीडिया में स्थानांतरित करता है। यह सिस्टम गेम और वेब शॉर्टकट के लिए बैकग्राउंड लाइब्रेरी सिंक्रोनाइज़ेशन, मेटाडेटा और कवर आर्ट के साथ विज़ुअल पर्सनलाइज़ेशन और स्वचालित गेम सेव बैकअप एकीकरण सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इंस्टॉलेशन और कॉन्फ़िगरेशन को रिमोट शेल-स्क्रिप्ट पाइपलाइन के माध्यम से संभाला जाता है।
Uses tailored launch scripts to bridge external applications and mobile containers into the gaming interface.
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.
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.