Install
Install the CLI globally with npm.
CLI tool
Clean generated project folders without guessing what is safe to remove.
`sona-clean` is a lightweight CLI for reclaiming disk space in active development workspaces. It scans folders recursively, groups results by project, and helps you remove reproducible directories with clear safety checks.
Scans workspaces for generated folders like node_modules, .next, dist, and build.
Shows reclaimable size before deleting anything.
Cleans with confirmation by default, with explicit escape hatches for risky cases.
Install the CLI globally with npm.
Check what can be reclaimed before you delete anything.
Remove matched generated folders with confirmation.
Use scan when you want visibility.
Use clean when you are ready to reclaim space.
Safety stays on by default. Broad roots and dangerous custom names require explicit opt-in.