CNPM 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
CNPM 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
CNPM 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 MIT
操作系统 跨平台
软件类型 开源软件
所属分类 其他
开源组织 阿里巴巴
地区 国产
适用人群 未知
收录时间 2016-03-21

软件简介

CNPM 是中国 npm 镜像的客户端。

安装

$ npm install cnpm -g

国内安装 China mirror:

$ npm install cnpm -g --registry=https://registry.npm.taobao.org

支持所有 npm命令.

同步包:

$ cnpm sync [moduleName]

查看包文件:

$ cnpm doc [name]
$ cnpm doc -g [name] # open git web url directly

构建私有 npm:

$ npm install cnpm -g

# then alias it
$ alias mynpm='cnpm --registry=http://registry.npm.example.com \
  --registryweb=http://npm.example.com \
  --userconfig=$HOME/.mynpmrc'
展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击加入讨论🔥(3) 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
3 评论
15 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部