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 target
Add the -w
flag to wipe all Rust target
folders found. USE WITH CAUTION!
cargo wipe node_modules
Add the -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!
cargo make ci-flow
Update version in Cargo.toml
Commit
Add tag
git tag -a vX.X.X
Push
git push --follow-tags
Release
Create a new release.
publish.yml
GitHub Action will pick it up and do the actual release to https://crates.io/.
Version | Tag | Published |
---|---|---|
0.3.0 | 2yrs ago | |
0.2.0 | 2yrs ago | |
0.1.3 | 2yrs ago | |
0.1.2 | 2yrs ago |