How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
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
Virtual environment for Node.js & integrator with virtualenv
NVS is a cross-platform utility for switching between different versions and forks of Node.js. NVS is itself written in node JavaScript.
The main features of jasongin/nvs are: Node.js Version Management.
Projects with overlapping indexed features include: coreybutler/nvm-windows — This project is a command-line utility designed to manage multiple runtime versions on a single machine. It enables… ekalinin/nodeenv — Virtual environment for Node.js & integrator with virtualenv. isaacs/nave — Virtual Environments for Node. nodenv/nodenv — Manage your app's Node.js environment. nvm-sh/nvm — This project is a command-line tool designed for managing multiple runtime versions on a local machine. It functions… schniz/fnm — This utility is a command-line tool designed for managing multiple Node.js runtime versions on local development…