Crates.io | nopu |
lib.rs | nopu |
version | 0.1.0 |
source | src |
created_at | 2023-10-09 15:38:27.664781 |
updated_at | 2023-10-09 15:38:27.664781 |
description | CLI tool to purge all node_modules under current directory |
homepage | |
repository | https://github.com/simonxabris/nopu |
max_upload_size | |
id | 998169 |
size | 18,620 |
This is a cheeky little CLI that recursively searches for all node_modules
folders under the directory where it's run from and deletes all of them to free up space on your computer.
Optionally you can run nopu list
, which will only list the node_modules
folders and does not delete them.