Crates.io | uklid |
lib.rs | uklid |
version | 0.3.0 |
source | src |
created_at | 2022-04-18 14:36:32.590972 |
updated_at | 2022-05-07 11:21:06.350637 |
description | Interactively delete node_modules. |
homepage | |
repository | https://github.com/vacekj/uklid/ |
max_upload_size | |
id | 569891 |
size | 46,301 |
Uklid (pronounced [uːklɪt]
, "cleanup" in Czech) is an interactive CLI node_modules
cleaner written in Rust.
It looks for top-level node_modules in your computer, shows you their size and allows you to delete them conveniently.
cargo install uklid
uklid 0.2.0
Atris <vacekj@outlook.com>
Interactively delete node_modules.
Run without options for interactive mode
USAGE:
uklid [OPTIONS]
OPTIONS:
-d, --dry Don't delete anything, only print found directories
-h, --help Print help information
-p, --path <PATH> Path to start recursive search for node_modules from
-V, --version Print version information
node_modules
uklid --help
)