2 个仓库
Keeping different versions of a runtime and their associated global modules in separate directories to prevent conflicts.
Distinct from Node.js Version Managers: Distinct from Node.js Version Managers: focuses specifically on the isolation of binaries and modules rather than the act of switching.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Runtime Isolation. Refine with filters or upvote what's useful.
nvm is a Node.js version manager implemented as a POSIX bash script. It serves as a shell environment manager and runtime orchestrator for installing, switching, and managing multiple versions of the Node.js runtime on POSIX systems. The tool allows for the automation of runtime switching by reading configuration files in project directories to select the required version. It supports the management of long-term support releases and the migration of global packages between different installed versions of the runtime. The project covers broader capabilities including runtime management throug
Ensures that different Node.js versions and their global packages remain isolated in distinct filesystem directories.
Phpbrew is a PHP version manager and build tool used to compile and manage multiple versions of PHP from source within a local user directory. It provides a self-contained development environment that allows for installing and switching between different language versions without requiring root access. The system distinguishes itself by using a variant-driven build configuration, allowing users to compile binaries with specific feature sets, flags, and custom configuration options. It also functions as an extension manager that downloads, compiles, and activates third-party extensions from re
Installs multiple PHP versions into separate local directories to prevent system-wide conflicts.