9.2.7 • Published 2 years ago

@gswl/gnpm v9.2.7

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

cnpm

NPM Version NPM Download NPM Quality GitHub Actions CI FOSSA Status

logo

cnpm: npm client for npmmirror.com

Requirements

MinimumRecommended
Node.js14.18.0LTS

Install

npm install cnpm -g

If you're in China, maybe you should install it from our China mirror:

npm install cnpm -g --registry=https://registry.npmmirror.com

Usage

Support all commands just like npm.

Sync packages from npm

cnpm sync [moduleName]

Open package document or git web url

cnpm doc [name]
cnpm doc -g [name] # open git web url directly

Build your own private registry npm cli

npm install cnpm -g

# then alias it
alias mynpm='cnpm --registry=https://registry.npm.example.com \
  --registryweb=https://npm.example.com \
  --userconfig=$HOME/.mynpmrc'

Install with original npm cli

cnpm using npminstall by default. If you don't like symlink mode for node_modules, you can change the installer to original npm. But you will lose the fastest install speed.

cnpm i --by=npm react-native

License

MIT

Contributors

fengmk2dead-horsealsotangsemantic-release-bot0xflotusweakish
gemwuuibigbugqiu8310fossabotpopomorexieren58

xiaohuoni

This project follows the git-contributor spec, auto updated at Sun Mar 26 2023 10:23:23 GMT+0800.

FOSSA Status

9.2.7

2 years ago

9.2.6

2 years ago

9.2.5

2 years ago

9.2.4

2 years ago

9.2.3

2 years ago

9.2.2

2 years ago

9.2.1

2 years ago

9.2.0

2 years ago