dabroek / shrinkwrap-to-lockfile

Migrate your npm shrinkwrap to a yarn lockfile without a headache
MIT License
7 stars 0 forks source link
lockfile migration npm shrinkwrap yarn

NPM Shrinkwrap to Yarn lockfile

Migrate your npm-shrinkwrap.json to a yarn lockfile without a headache!

The migration consists of three steps:

Installation

yarn global add shrinkwrap-to-lockfile

How to use

shrinkwrap-to-lockfile [npm-shrinkwrap-file] [package-file]

That's it!