1.1.0 • Published 1 year ago

node-alias-manager v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

1.1.0

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago