TL;DR — Quick Summary
kondo finds and cleans node_modules, target/, build/, .cache, and other project artifacts. Reclaim gigabytes of disk space across all your dev projects.
kondo reclaims disk space. Find and delete node_modules, target/, build/ artifacts across all projects.
Installation
# macOS
brew install kondo
# Cargo
cargo install kondo
Usage
# Scan current directory
kondo
# Scan specific path
kondo ~/projects
# Scan with all artifact types
kondo -a
Summary
- kondo finds project build artifacts across directories
- Cleans node_modules, target/, build/, .cache, pycache
- Shows space savings before deleting
- Interactive confirmation for safety
- Written in Rust — scans thousands of projects fast