cargo-kill-all

Crates.iocargo-kill-all
lib.rscargo-kill-all
version0.2.0
sourcesrc
created_at2022-08-26 00:25:13.590913
updated_at2024-11-03 13:18:45.795908
descriptionRemove old node_modules, cargo target to save space
homepage
repositoryhttps://github.com/manishsingh10895/cargo-kill
max_upload_size
id652472
size227,876
Manish Singh (manishsingh10895)

documentation

README

Cargo Kill

Remove target|node_modules recursively from directories

Installation

cargo install cargo-kill-all

Usage

cargo-kill-all /home/Documents/ -t 4 -p [npm/cargo]

Use -p npm to delete all node_modules and -p cargo to delete target from cargo projects

Usage

This project is heavily inspired by dnlmlr's crate

cargo-clean-all

Demo

Demo

If you like this project, go check that out too

Commit count: 8

cargo fmt