\
Cargo subcommand that recursively finds and optionally wipes all "target" or "node_modules" folders that are found in the current path.
cargo install cargo-wipe
cargo wipe target
Add -w
to wipe all folders found. USE WITH CAUTION!
cargo wipe node_modules
Add -w
to wipe all folders found. USE WITH CAUTION!
Contributions are welcome and encouraged! See TODO.md for ideas, or suggest your own!