nodedup 1.0.0

Find duplicate JS dependencies in a given folder
nodedup-1.0.0 is not a library.

NoDEdup: Duplicate Package Finder

NodeDup is a CLI tool designed to help you identify duplicate JavaScript dependencies in your project. It scans all package.json files within the specified folder, pinpointing any dependencies or devDependencies that exist in multiple versions, helping you streamline your project's dependency tree.

Installation

  1. Make sure you have cargo installed
  2. cargo install nodedup

Usage

Usage: nodedup [OPTIONS] --folder <FOLDER>

Options:
  -f, --folder <FOLDER>  Folder to scan
  -s, --silent           Emit errors when duplicates are found
  -h, --help             Print help
  -V, --version          Print version