hatchmoment. scored by care · not by stars

dev-prune

dev-prune: CLI tool that safely deletes rebuildable build artifacts to free disk space.

dev-prune scans registered Git repositories for large, idle directories like node_modules, .venv, target, and vendor. It verifies that each directory can be regenerated from its lockfile before deleting it, guaranteeing safety. The tool runs as a single Rust binary with background scheduling, catering to developers who want to reclaim storage without risking broken builds. Its multi‑platform support and prebuilt binaries make it easy to adopt compared to ad‑hoc scripts.

cleanupclideveloper-toolsdevtoolsdisk-spacemonoreponode-modulesrust
View on GitHub →

Life-Experimentalist/dev-prune