ssnpm
v1.0.1
Published
ssnpm: npm client for npm - south samrt
Downloads
4
Readme
ssnpm
ssnpm: npm client for NPM-SouthSmart
Requirements
| | Minimum | Recommended | |--------|---------|-------------| | NodeJS | 4.0.0 | stable |
Install
$ npm install ssnpm -g
If you're own mirror, maybe you should install it from your dress :
$ npm install ssnpm -g --registry http://172.16.10.131:4873
Usage
Support all commands just like npm
.
Sync packages from npm
$ ssnpm sync [moduleName]
Open package document or git web url
$ ssnpm doc [name]
$ ssnpm doc -g [name] # open git web url directly
Install with orginal npm cli
ssnpm 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.
$ ssnpm i --by=npm react-native
Thanks CNPM
直接修改cnpm源码,得出我们的ssnpm