0.4.1 • Published 2 years ago

npmreg v0.4.1

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

npmreg Build Status

A npm registry mirror switching shortcut command.

Getting Started

Install the module with:

npm install npmreg -g

You can easily set registry to taobao mirror(http://registry.npm.taobao.org) with:

npmreg taobao

or set it back to npm(http://registry.npmjs.org/) with:

npmreg npm

Supported Command

Add registry to config file:

npmreg add <newkey> <http://r.example.com/>

Remove registry from config file:

npmreg rm <key>

Supported Registries

{
	"npm": "https://registry.npmjs.org/",
	"taobao": "https://registry.npmmirror.com/",
	"cnpm": "https://r.cnpmjs.org/"
}

License

Copyright (c) 2021 hiwanz. Licensed under the MIT license.

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.0

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago