UNPKG

npm-switch

Version:

quick switch npm registry in official registry or taobao registry

22 lines (18 loc) 603 B
# npm-switch 快速选择 NPM 或者 YARN 镜像(https://registry.npmjs.org 或者 https://registry.npmmirror.com | https://registry.yarnpkg.com) ## 安装 ```bash 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 ```