3 repository-uri
Fetching and running commands directly from Git repositories or remote tarballs without prior installation.
Distinct from Remote Command Execution: Distinct from Remote Command Execution: focuses on executing commands from remote package sources (repos/tarballs) rather than running commands on remote hosts.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Remote Package Command Executions. Refine with filters or upvote what's useful.
This project is a command line package manager and dependency management engine used for installing, updating, and removing software packages across different operating systems. It functions as a package recipe system and software repository administrator, utilizing declarative scripts to define software sources, build arguments, and installation steps. The system operates as a binary distribution platform that compiles source code into pre-compiled binaries and distributes them through remote repositories. It includes an automated version tracker that monitors upstream software releases and
Hosts external command scripts in remote repositories for installation and execution by users.
This project is a Ruby-based package definition repository that functions as a cross-platform package manager and software dependency resolver for macOS and Linux. It provides a centralized system for installing, updating, and managing software through a Git-based distribution model. The system distinguishes itself through a binary package distribution network that produces pre-compiled bottles to avoid local compilation from source. It utilizes a Ruby-based domain specific language to define installation recipes and employs a distributed version control architecture to synchronize these defi
Hosts external command scripts within a remote repository for users to install and execute.
npx is a tool that combines Node version management, on-demand package running, caching installation, remote execution, and shell command fallback into a single interface. It functions as an npm package runner that executes binaries on demand without requiring a global or local install, while also serving as an on-demand package installer that downloads and caches packages automatically before running their commands. The tool distinguishes itself through its ability to install and use specific Node.js versions on the fly for executing commands or scripts, and by replacing the shell's default
Fetches and runs commands directly from Git repositories or remote tarballs without prior installation.