Cargo Wipe

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

Usage

Install

The Rust toolchain is a prerequisite.

cargo install cargo-wipe

Documentation

cargo wipe --help

target

cargo wipe target

node_modules

cargo wipe node_modules

Usage Example

Usage Example Screenshot

Contributions

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

PR Checks

bash cargo make ci-flow

Releases