yarn-deduplicate-cli

4.0.2 • Public • Published

Yarn deduplicate CLI

Node.js Package

Bundled package of yarn-deduplicate CLI with some patches; To clean up yarn.lock by removing duplicates.

Patches

  • Bundle yarn-deduplicate CLI with webpack and babel for Node 6 compatibility
  • Now we can guess duplicatable packages with --scopes option special values: '^', '~', and '*'

Usage

Guess duplicatable packages with:

yarn-deduplicate -l --scopes "^" path/to/yarn.lock

This will list all duplicatable packages then we can deduplicate them manually.

License

Apache 2.0 licensed, see LICENSE.txt file.

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i yarn-deduplicate-cli

    Weekly Downloads

    10

    Version

    4.0.2

    License

    Apache-2.0

    Unpacked Size

    217 kB

    Total Files

    5

    Last publish

    Collaborators

    • nthachus