yt-npm
v1.0.3
Published
cnpm: npm client for cnpmjs.org
Downloads
3
Readme
ytnpm
cnpm client for hipac.cn forked from cnpm
Requirements
| | Minimum | Recommended | |--------|---------|-------------| | NodeJS | 4.0.0 | stable |
Install
$ npm install yt-npm -g
If you're in China, maybe you should install it from our China mirror:
$ npm install yt-npm -g --registry=https://registry.npm.taobao.org
Usage
Support all commands just like npm
.
Open package document or git web url
$ ytnpm doc [name]
$ ytnpm doc -g [name] # open git web url directly
Install with orginal npm cli
cnpm using npminstall by default.
If you don't like symlink mode for node_modules
, you can change the installer to orginal npm.
But you will lose the fatest install speed.
$ ytnpm i --by=npm react-native