Skip to content

peakchen90/npm-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-switch

快速选择 NPM 或者 YARN 镜像(https://registry.npmjs.org 或者 https://registry.npmmirror.com | https://registry.yarnpkg.com)

安装

npm i -g npm-switch

命令行

Options:
  -o, --official    切换到 NPM or YARN 官方镜像           [boolean]
  -t, --taobao      切换到淘宝镜像                        [boolean]
  -v, --version     查看版本信息                          [boolean]
  -h, --help        显示帮助信息                          [boolean]

Examples:
  npm-switch  #choose with keyboard
  npm-switch -o
  npm-switch --taobao