Documentation ¶
Overview ¶
commands holds all flagset commands for nvm:
- install
- use
- list
- uninstall
- which
Example
nvm install 18.0.0 nvm use 18.0.0 node -v // v18.0.0
Index ¶
Constants ¶
View Source
const NVM_SHIM = "nvm-shim"
basename of binary in NVM_DIR
Variables ¶
View Source
var Commands = commandList{}
map all commands used to easily call functions related to flags
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.