dphollow
v1.0.4
Published
A powerful CLI tool to analyze and manage project dependencies. Find unused and missing dependencies with a beautiful interface.
Maintainers
Readme
dphollow
🔍 A powerful CLI tool to analyze and manage project dependencies. Find unused and missing dependencies with a beautiful interface.

Features
- 🕵️ Find unused dependencies in your project
- 🔍 Detect missing dependencies that are being used but not declared
- 🎨 Beautiful terminal output with colors and tables
- ⚡ Fast and lightweight
- 🔄 Supports both CommonJS and ES modules
Installation
npm install -g dphollowOr use with npx:
npx dphollowUsage
dphollow [command] [options]
Commands:
analyze, a Analyze project dependencies
help Display help for command
Options:
-v, --version Output the current version
-h, --help Display help for commandExamples
Analyze project dependencies:
dphollow
# or
dphollow analyzeContributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Get verbose output:
dphollow --verboseHow It Works
- Scans your
package.jsonfor declared dependencies - Analyzes your project files to find used imports/requires
- Compares the lists to find:
- Unused dependencies (can be removed)
- Missing dependencies (need to be installed)
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT © Kazedevs
