1 repo
Utilities that manage environment switching via symbolic link manipulation.
Distinguishing note: Focuses on symlink-based version switching.
Explore 1 awesome GitHub repository matching development tools & productivity · Symbolic Link Managers. Refine with filters or upvote what's useful.
This project is a command-line utility designed to manage multiple runtime versions on a single machine. It enables developers to install, remove, and toggle between different versions to satisfy project-specific dependency requirements, ensuring that each environment remains isolated to prevent version conflicts or path overlaps. The tool functions by storing distinct runtime versions in separate, isolated directories and utilizing symbolic links to point to the currently active version. It orchestrates these file system operations through a unified command-line interface that modifies syste
Manages multiple runtime environments by updating a central symbolic link to point to the active version.