@shadowspawn/nvh
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "@shadowspawn/nvh", | ||
"description": "Easily install Node.js versions", | ||
"version": "4.0.0", | ||
"description": "Node Version Helper. Easily install Node.js versions.", | ||
"version": "4.1.0", | ||
"author": "John Gee", | ||
@@ -27,3 +27,6 @@ "homepage": "https://github.com/JohnRGee/nvh", | ||
], | ||
"scripts": { | ||
"lint": "shellcheck bin/nvh" | ||
}, | ||
"license": "MIT" | ||
} |
# Node Version Helper | ||
[![npm version](https://img.shields.io/npm/v/@shadowspawn/nvh.svg)](https://www.npmjs.com/package/@shadowspawn/nvh) | ||
Easily install Node.js versions. No profile setup required for default install location. | ||
@@ -68,4 +70,4 @@ | ||
- `lts`: latest Long Term Support official release | ||
- `latest`: latest official release | ||
- `lts`: newest Long Term Support official release | ||
- `latest`, `current`: newest official release | ||
@@ -141,6 +143,6 @@ There is support for release streams: | ||
- `n use` and `n as` --> `nvh run` | ||
- `n <version>` --> `nvh i[nstall] <version>` | ||
- `n --lts` --> `nvh lsr lts` | ||
- `n --latest` --> `nvh lsr latest` | ||
- `n <version>` --> `nvh i[nstall] version` | ||
- `n use` and `n as` --> `nvh run` | ||
- always install, even if installed version appears to match | ||
@@ -167,3 +169,3 @@ - allow removing installed version | ||
See more [Environment Variables](./docs/env.md) for specifying a custom node mirror, working through a proxy, and other settings. | ||
See more [Environment Variables](./docs/environment-variables.md) for specifying a custom node mirror, working through a proxy, and other settings. | ||
@@ -170,0 +172,0 @@ ## Alternatives to `nvh` |
Sorry, the diff of this file is not supported yet
34453
184