Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/likhithkp/duplicate-dependency-checker

A CLI tool to detect and resolve duplicate dependencies in Node.js projects, helping manage and optimize your node_modules.
https://github.com/likhithkp/duplicate-dependency-checker

cli dependencies dependencies-checking dependency-management duplicate-dependencies node-modules node-modules-clean nodejs npm package-management yarn

Last synced: about 2 months ago
JSON representation

A CLI tool to detect and resolve duplicate dependencies in Node.js projects, helping manage and optimize your node_modules.

Awesome Lists containing this project

README

        

# duplicate-dependency-checker

A CLI tool to detect duplicate dependencies in your Node.js projects. Simplify your dependency management and avoid bloated `node_modules` with ease.

## **Features**
- Scans your `package.json` and `node_modules` for duplicate dependencies.
- Helps reduce package bloat and ensures consistent dependency versions.
- Easy to use with a single command.