Skip to content

kokororin/yarn-lock-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yarn-lock-cli

npm

CLI tool for transforming registry in yarn.lock

Feature

You can transform among the following registry

  • registry.npm.taobao.org
  • registry.npmmirror.com
  • registry.npmjs.org
  • registry.yarnpkg.com

Example

In

# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1

react@^15.6.1:
  version "15.6.2"
  resolved "http://registry.npm.taobao.org/react/download/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72"

Out

# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1

react@^15.6.1:
  version "15.6.2"
  resolved "https://registry.npmjs.org/react/-/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72"

Installation

$ npm install -g yarn-lock-cli

Usage

$ yarn-lock

License

The MIT License (MIT).