yfe-ynpm
v1.0.5
Published
遥望网络私有NPM仓库客户端
Downloads
4
Readme
ynpm
遥望网络私有 NPM 仓库客户端。
NPM仓库地址: http://npm.ywwl.com
仓库源:http://registry-npm.ywwl.com。
代码基于 cnpm 构建。
环境要求
- Nodejs 4.0+
安装
$ npm install yfe-ynpm -g
从 淘宝镜像 安装:
$ npm install yfe-ynpm -g --registry=https://registry.npm.taobao.org
使用指南
支持 npm
所有命令及使用方式.
从 npm
同步所有包
$ ynpm sync [moduleName]
打开包文档或git地址
$ ynpm doc [name]
$ ynpm doc -g [name] # open git web url directly
从 npm 官方源安装包
cnpm using npminstall by default.
If you don't like symlink mode for node_modules
, you can change the installer to original npm.
But you will lose the fastest install speed.
$ ynpm i --by=npm react-native