Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/armed/nver

Yet another Node.js version manager written in Go language
https://github.com/armed/nver

Last synced: 24 days ago
JSON representation

Yet another Node.js version manager written in Go language

Awesome Lists containing this project

README

        

nver
====

Yet another Node.js version manager written in Go language

### Usage

```
NAME:
nver - Manage your current Node.js version

USAGE:
nver [global options] command [command options] [arguments...]

VERSION:
0.0.3

COMMANDS:
install, i Install specific Note.js version
use Set specified Note.js version as current
remove, rm Remove installed Node.js version
ls-remote, lsr List all available Note.js versions
ls List all installed Node.js versions
copy Copy all global installed modules from one version to another
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--version print the version
--help, -h show help
```