Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/armed/nver
- Owner: armed
- License: mit
- Created: 2013-11-22T14:35:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T05:34:53.000Z (about 11 years ago)
- Last Synced: 2024-11-07T06:49:15.126Z (2 months ago)
- Language: Go
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 versionUSAGE:
nver [global options] command [command options] [arguments...]VERSION:
0.0.3COMMANDS:
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 commandGLOBAL OPTIONS:
--version print the version
--help, -h show help
```