cargo-wipe 0.1.2

recursively wipe target and node_modules folders
Documentation

Cargo Wipe

Crates
Cargo subcommand that recursively finds and optionally wipes all "target" or "node_modules" folders that are found in the current path.

Usage

Install

cargo install cargo-wipe

target

cargo wipe target

Add -w to wipe all folders found. USE WITH CAUTION!

node_modules

cargo wipe node_modules

Add -w to wipe all folders found. USE WITH CAUTION!

Usage Example

alt text

Contributions

Contributions are welcome and encouraged! See TODO.md for ideas, or suggest your own!