/yarnlock-origin-changer

A simple executable to migrate a yarn.lock file from 1 registry to another

Primary LanguageJavaScript

yarnlock origin changer

Build Status

A simple CLI which allows updating of an origin's within a yarn.lock file

Installation

yarn global add yarnlock-origin-changer

Usage

The following command will rewrite the contents of ./yarn.lock resolved href origins from https://registry.yarnpkg.com to http://registry.iamstef.net

yarnlock-origin-changer ./yarn.lock https://registry.yarnpkg.com http://registry.iamstef.net