/npm-switch

quick switch npm registry in npmjs.org or npm.taobao.org

Primary LanguageJavaScript

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