# Features
- Multi-language support: Auto-detects cache directories for Node.js, Python, Rust, Go, Java, .NET, iOS, and more - Interactive selection: Pick which directories to delete instead of nuking everything - Size display: Shows how much space each directory is using - Safe preview: `--dry-run` option to see what would be deleted
# Usage ## Install `npm install -g @kuneosu/dep-clean`
## Scan current directory and select what to delete `dep-clean`
## Scan specific path `dep-clean ~/projects`
## Only clean node_modules `dep-clean --only node_modules`