1.0.1 • Published 6 years ago

ssnpm v1.0.1

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

ssnpm

NPM version

ssnpm: npm client for NPM-SouthSmart

Requirements

MinimumRecommended
NodeJS4.0.0stable

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

License

MIT