1.0.3 • Published 6 years ago

yt-npm v1.0.3

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

ytnpm

cnpm client for hipac.cn forked from cnpm

Requirements

MinimumRecommended
NodeJS4.0.0stable

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

License

MIT