Skip to content

zhuyingda/anvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anvm

another nvm, faster and no side effect when your shell launch.

install

npm i -g anvm

usage

To install a specific version nodejs, you can type this:

anvm i

Also, to add anvm installed node to your command line, you can do:

for zsh

echo "\nexport PATH=~/.anvm/bin:\$PATH" >> ~/.zshrc

for bash

echo "\nexport PATH=~/.anvm/bin:\$PATH" >> ~/.bashrc

support

Operation System Support
MacOS
Linux
Windows

License

GPL-V3

Copyright (c) 2020-present, 5u9ar

About

another nvm, for macos

Resources

License

Stars

Watchers

Forks

Packages

No packages published