node-alias-manager

1.1.0 • Public • Published

nam

Node Alias Manager

Description

NAM is a tool to manage Node versions and add an alias to each.
NVM is required to use NAM.

Installation

Run npm install -g node-alias-manager
Add NAM_HOME to the user environment variables and set the value to the directory in the node modules

e.g. C:\Users\YN\AppData\Roaming\nvm\vX.X.X\node_modules\node-alias-manager

Add %NAM_HOME% to the Path variable
Add NAM_HOME to the system environment variables and set the value to the directory in the node modules
Add %NAM_HOME% to the Path variable

Instructions

nam add <vers> <alias> Add a new alias for a Node version
nam remove <alias> Remove an alias for a Node version
nam use <alias> Select a version using its alias and use it
nam list List all the availables versions

/node-alias-manager/

    Package Sidebar

    Install

    npm i node-alias-manager

    Weekly Downloads

    0

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    7.56 kB

    Total Files

    8

    Last publish

    Collaborators

    • giuseppegraziano133