Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/likhithkp/duplicate-dependency-checker
- Owner: likhithkp
- Created: 2024-12-10T11:14:22.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T12:05:38.000Z (about 2 months ago)
- Last Synced: 2024-12-10T13:19:41.041Z (about 2 months ago)
- Topics: cli, dependencies, dependencies-checking, dependency-management, duplicate-dependencies, node-modules, node-modules-clean, nodejs, npm, package-management, yarn
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.