\
Cargo subcommand that recursively finds and optionally wipes all "target" or "node_modules" folders that are found in the current path.
The Rust toolchain is a prerequisite.
cargo install cargo-wipe
cargo wipe --help
cargo wipe target
-i <path>
argument to ignore certain paths.-w
flag to wipe all Rust target
folders found. USE WITH CAUTION!
cargo wipe node_modules
-i <path>
argument to ignore certain paths.-w
flag to wipe all node_modules
folders found. USE WITH CAUTION!Contributions are welcome and encouraged! See TODO.md for ideas, or suggest your own!
bash
cargo make ci-flow
Cargo.toml
bash
git tag -a vX.X.X
bash
git push --follow-tags
publish.yml
GitHub Action will pick it up and do the actual release to https://crates.io/.