1.2.1 • Published 4 years ago

nvm-tui v1.2.1

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

nvm-tui

Build and Deploy semantic-release npm version

A TUI (Terminal User Interface) for nvm to save you a few keystrokes and make you 2x productive while working with nvm.

Features

  • List installed node versions and switch to one quickly
  • Install new node versions
  • Uninstall node versions
  • List remote versions in a separate terminal window

Install

npm install -g nvm-tui

Usage

nvm-tui

This library also exposes a cli in the name of nvmx, which is shorter to type

nvmx

You can also use npx to run:

npx nvm-tui

Home screen

home

Install screen

install