Skip to content

Add "rm" alias for "uninstall" #2138

Open
@jsejcksn

Description

@jsejcksn

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 of nvm list
  • nvm uninstall instead of nvm 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions