1 repo
Tools that automatically toggle between different versions of software based on the current working directory.
Distinguishing note: Focuses on the automated switching logic rather than the underlying shim mechanism itself.
Explore 1 awesome GitHub repository matching development tools & productivity · Version Switchers. Refine with filters or upvote what's useful.
This project is a command-line tool designed to manage multiple versions of programming language runtimes and development tools on a single machine. It provides a unified interface for installing and switching between different versions of software, ensuring that specific tool versions are consistently applied across various development environments. The system distinguishes itself through a modular, plugin-driven architecture that allows for the integration of new languages and tools via external scripts. It utilizes a shim-based execution mechanism that intercepts command calls, automatical
The version manager uses a shim-based system to automatically execute the correct version of a tool based on the local configuration and current directory.