Open
Description
As a developer more regularly engaged with npm
's command aliases, I would like a way to use the same kinds of shortened syntax with nvm
. For example:
npm i
==npm install
npm rm
==npm uninstall
- etc.
It seems odd to me that nvm
doesn't consistently use long- or short-form verbs for commands in the documentation. For example:
nvm ls
instead ofnvm list
nvm uninstall
instead ofnvm rm
(nvm rm
doesn't even work)
How can I get better command consistency with nvm
? I'd be happy to consider working on PR for this, but I don't know where to start.