Skip to content

egoist/cnvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cnvm

a placeholder for cnvm, a.k.a. node version manager using source from npm.taobao.org

For now you can use my fork of tj/n to achieve this.

The source

This aims at Node users in China. However, the source is configurable. It's set to be using taobao's source by default, you can change it to suit your use.

Install

npm i -g cnvm

Usage

# List all installed Node's version numbers
cnvm ls 
# List all available Node version numbers that can be installed
cnvm ls all
# Install a specific version of Node, eg: cnvm install 0.12.7
cnvm install <VERSION>
# Uninstall a specific version of Node, the current using version cannot be removed
cnvm uninstall <VERSION>
# Use a specific version of Node and set it as default
# If the version does not exist then install it first
cnvm use <VERSION>
# Change source
cnvm source taobao||official

License

MIT.

About

node version manager using source from npm.taobao.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published