vfox icon indicating copy to clipboard operation
vfox copied to clipboard

[Feature]: alias | Alias a version to a common name

Open yaragos opened this issue 1 year ago • 0 comments

1. Your usage scenarios?

Switch SDK versions faster, similar to fnm

fnm alias [OPTIONS] <TO_VERSION> <NAME>

2. What is your expected outcome?

# 用大版本号替代具体版本号
vfox alias [email protected] node22
# 设置默认使用版本
vfox alias [email protected] default-node

Switching nodejs version :

vfox use node22
vfox use -g defautl-node

yaragos avatar Sep 27 '24 06:09 yaragos