1.0.1 • Published 7 years ago
ssnpm v1.0.1
ssnpm
ssnpm: npm client for NPM-SouthSmart
Requirements
| Minimum | Recommended | |
|---|---|---|
| NodeJS | 4.0.0 | stable |
Install
$ npm install ssnpm -gIf you're own mirror, maybe you should install it from your dress :
$ npm install ssnpm -g --registry http://172.16.10.131:4873Usage
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 directlyInstall 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-nativeThanks CNPM
直接修改cnpm源码,得出我们的ssnpm
License
1.0.1
7 years ago