cargo-wipe 0.1.0

recursively wipe target and node_modules folders
Documentation

Cargo Wipe

Cargo subcommand that recursively finds and optionally wipes all or <node_modules> folders that are found in the current path.

Install

cargo install cargo-wipe

target

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

node_modules

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

Contributions

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