源管理工具-nrm

一、nrm
1. 什么是nrm

全称:npm registry manage
nrm是一个npm源管理工具,使用它可以快速切换npm源。

2. 安装
// 全局安装
npm install -g nrm
3. 具体用法
// 直接使用--help 
nrm --help

输出:

Usage: nrm [options] [command]

Options:
  -V, --version                           output the version number
  -h, --help                              output usage information

Commands:
  ls                                      List all the registries
  current                                 Show current registry name
  use <registry>                          Change registry to registry
  add <registry> <url> [home]             Add one custom registry
  set-auth [options] <registry> [value]   Set authorize information for a custom registry with a base64 encoded string or username and pasword
  set-email <registry> <value>            Set email for a custom registry
  set-hosted-repo <registry> <value>      Set hosted npm repository for a custom registry to publish packages
  del <registry>                          Delete one custom registry
  home <registry> [browser]               Open the homepage of registry with optional browser
  publish [options] [<tarball>|<folder>]  Publish package to current registry if current registry is a custom registry.
   if you're not using custom registry, this command will run npm publish directly
  test [registry]                         Show response time for specific or all registries
  help                                    Print this help

顺序往下看:

# 注意:命令中凡是<>表示必须有,[]表示可选
// 查看版本
nrm -V 或者 nrm --version
// 列出所有源 有*号的表示当前正在使用的源
nrm ls
// 查看当前源
nrm current
// 切换源
nrm use xxx
// 添加一个源,一般是自己公司的私有源等 其中registry为源的别名 url为私有源的请求路径 home为源的主页
nrm add <registry> <url> [home]
// 使用base64编码的字符串或用户名和密码设置自定义镜像源的授权信息。
nrm set-auth [options] <registry> [value]
// 设置自定义镜像源的邮箱。
nrm set-email <registry> <value>
// 设置发布到自定义源的npm托管仓储
nrm set-hosted-repo <registry> <value>
// 删除一个自定义镜像源,不能删除nrm自带的。删除成功,会有提示delete registry n success。
// registry为对应源的名称
nrm del <registry>
// 浏览器中打开源首页
nrm home xxx
// 如果当前镜像源是自定义镜像源,则将包发布到当前镜像源。
// 如果您没有使用自定义镜像源,则此命令将直接运行npm publish。
nrm publish [options] [<tarball>|<folder>]
// 测试源的访问速度。不加registry时,测试所有的。
nrm test xxx
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值