21 dépôts
Tools for managing Node.js versions and virtual environments.
Explore 21 awesome GitHub repositories matching part of an awesome list · Environment Management. 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
Node.js version management for Windows.
pyenv is a Python version manager and runtime orchestrator that allows for the installation and switching of multiple Python versions on a single machine without affecting the system installation. It functions as a shell-based version controller that manages binaries through shims to redirect executable calls to specific versions. The tool is a plugin-extensible system, allowing users to add custom subcommands and logic via shell script plugins. This architecture enables the extension of the command line interface through a dedicated plugins directory. It provides capabilities for side-by-si
Simple Python version management.
This utility is a command-line tool designed for managing multiple Node.js runtime versions on local development machines. It functions as a cross-platform manager that enables users to install, switch, and synchronize runtime versions across Windows, macOS, and Linux environments. The tool automates environment configuration by detecting project-specific version requirements through directory-traversal resolution. It maintains consistency by dynamically updating shell paths and environment variables, allowing for automatic version switching as users navigate between different project directo
Cross-platform Node.js version manager written in Rust.
n is a command line version manager and binary manager for the Node.js runtime environment. It functions as a runtime environment switcher, allowing for the installation and management of multiple Node.js versions to maintain compatibility across different projects. The tool orchestrates the downloading and caching of Node.js binaries from official or custom distribution mirrors. It enables switching between installed versions via a command line interface or interactive menu, providing the ability to execute scripts using specific versions from a local cache without performing a full system i
Node.js version management utility.
rbenv is a Ruby version manager and shell shim environment manager. It allows for the installation of multiple Ruby versions on a single machine and coordinates the selection of the active version based on the current directory or shell session. The tool functions as an extensible command line framework that intercepts executable calls using shell shims. These shims route requests to the selected language version, ensuring environment isolation by storing binaries in independent directories. The system includes capabilities for language runtime administration, including the ability to downlo
Manage multiple Ruby versions for different projects.
cross-env est un utilitaire de ligne de commande Node.js et un exécuteur de scripts shell multiplateforme. Il fonctionne comme un définisseur de variables d'environnement qui assure que les variables sont traitées de manière identique à travers Windows, macOS et Linux. L'outil standardise l'assignation des variables en enveloppant l'exécution shell dans une interface uniforme, permettant aux scripts de s'exécuter de manière cohérente indépendamment du système d'exploitation sous-jacent. Cela permet l'utilisation d'une syntaxe unique pour la configuration de l'environnement à travers divers environnements shell. Le projet couvre des capacités pour l'outillage de build automatisé, la configuration de l'environnement Node.js et la création de pipelines CI/CD portables.
Set environment variables in a cross-platform manner.
ruby-build est un système pour télécharger, compiler et installer des versions spécifiques du langage Ruby à partir de la source sur les systèmes de type Unix. Il fonctionne comme un compilateur source et un installateur de version qui gère le déploiement des runtimes Ruby sans dépendre des paquets système. L'outil prend en charge la compilation Ruby personnalisée en permettant l'application de patchs au code source avant le début du processus de compilation. Il offre également la possibilité d'utiliser des définitions de build externes pour les versions non incluses par défaut. Le pipeline d'installation inclut la vérification de l'intégrité des paquets utilisant des sommes de contrôle et la capacité de rediriger les téléchargements vers des serveurs miroirs. Ces processus sont orchestrés via une série de scripts shell modulaires pour assurer la compatibilité à travers les systèmes d'exploitation conformes POSIX.
Compile and install various Ruby versions.
Changes the current Ruby
Switch between Ruby versions without shims.
Manage your app's Node.js environment
Version manager with automatic version switching.
Installs Ruby, JRuby, TruffleRuby, or mruby
Install multiple Ruby interpreters and versions.
Virtual environment for Node.js & integrator with virtualenv
Node.js virtual environment manager compatible with Python.
Virtual Environments for Node
Virtual environment manager for Node.js.
:snake: Python Version Management Made Simple
Interactive Python version management.
The home of the Tokaido app
Encapsulate a full Ruby environment in a single app.
Run a command in the named virtualenv.
Execute commands within virtual environments.
Like the unix which utility.
Cross-platform implementation of the which command.
` $ npm install --save user-home `
Get the path to the user home directory.
Get the username of the current user
Retrieve the current system username.
Look up environment settings specific to different operating systems.
Cross-platform environment variable access.
Simple ruby version manager for fish
Manage Ruby versions in the fish shell.