0.0.2 • Published 8 months ago

replace-lockfile-registry v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

replace-lockfile-registry

npm

English | 简体中文

Replace registry of package-lock.json, yarn.lock and pnpm-lock.yaml.

Usage

npx replace-lockfile-registry

By default, the registry in package-lock.json, yarn.lock and pnpm-lock.yaml will be replaced with the registry get by npm config get registry. If you need to specify the registry and replaced files, you can use the --registry and --lockfile options.

Options

--registry

Specify registry, example:

  • npx replace-lockfile-registry --registry https://registry.npmjs.org/
  • npx replace-lockfile-registry --registry https://registry.npmmirror.com/

--lockfile

Specify lockfiles, example:

  • npx replace-lockfile-registry --lockfile ./package-lock.json ./yarn.lock
0.0.2

8 months ago

0.0.1

8 months ago