rnvm-0.3.0 is not a library.
RNVM - Rust Node Version Manager
A blazingly fast Node.js version manager written in Rust.
Features
- Install multiple Node.js versions
- Switch between versions easily
- Manage your Node.js installations
Supported Platforms
- Linux (x86_64)
- macOS (Apple Silicon)
Installation
Install RNVM using Cargo:
Make sure ~/.cargo/bin is in your PATH.
Then, download the shell script:
Setup
Add the following to your .zshrc (or equivalent shell config):
# Setup RNVM (Rust Node Version Manager)
[ && \.
Then source your shell config:
Usage
Install a Node.js version
Switch to a version
Check current version
List installed versions
Remove a version
How it works
RNVM downloads Node.js binaries from the official Node.js website and manages them in the $RNVM_DIR directory. It modifies your PATH to use the selected version.