Node environment manager
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Julius Riegel ca8a4a3245
Create LICENSE
1 year ago
src Improve performance 1 year ago
.gitignore Add web api 1 year ago
Cargo.toml Improve mapping and add refresh command for env 1 year ago
LICENSE Create LICENSE 1 year ago
README.md Add README 1 year ago

README.md

nenv

Node environment manager written in rust.

Installation

Figure out how to install it yourself (for now). Add the nenv bin directory to your PATH variable.

Usage

Install node versions

# install the latest available node version
nenv install latest

# install the latest lts version
nenv install lts

# install the latest 14.x.x version.
nenv install 14

Change the system-wide default version

nenv default latest

Refresh installed binaries and upstream versions

nenv refresh

License

GPL-3.0