Cnpm

cnpm: npm client for China mirror of npm
Alternatives To Cnpm
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Cnpm1,837215 months ago112May 02, 202382mitJavaScript
cnpm: npm client for China mirror of npm
Amazon Ecs Cli1,69415 months ago50December 18, 2020141otherGo
The Amazon ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running applications on ECS/Fargate.
Poker Game Demo195
6 years ago2JavaScript
A chess game implements China chess game -- hongshi.It's client is writen by cocos creator,it's server is writen by node.js,and the server is a very simple server.use MySQL to store information.
Vue Ruby China111
7 years agoJavaScript
使用Vue.js框架搭建的ruby china山寨版,集成vue-router+vuex等
Dart.cn83
2 months ago51otherDart
Dart docs localization, get started from the wiki page here: https://github.com/cfug/dart.cn/wiki
Bcbc75
3 years ago6February 11, 2021mitGo
:credit_card: China UnionPay Bank Card BIN Checker
Chinaunicom Netspeed Client40
5 years ago1gpl-3.0
A cross-platform and open source replacement of China Unicom Net Speed Client
Myagent28
4 years ago58December 29, 2019gpl-3.0JavaScript
An agent spawner & controller written in node.js
Tickets17
7 years agoRuby
train tickets query via cli
Serverhub Mvc14
5 years ago47November 30, 2018mitTypeScript
Fast and reliable MVC framework for Nodejs
Alternatives To Cnpm
Select To Compare


Alternative Project Comparisons
Readme

cnpm

NPM Version NPM Download NPM Quality GitHub Actions CI FOSSA Status

logo

cnpm: npm client for npmmirror.com

Requirements

Minimum Recommended
Node.js 14.18.0 LTS

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


fengmk2


dead-horse


alsotang


semantic-release-bot


0xflotus


weakish


gemwuu


ibigbug


qiu8310


fossabot


popomore


xieren58


xiaohuoni

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

FOSSA Status

Popular China Projects
Popular Command Line Projects
Popular Community Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Command Line
China