nuke_modules

Crates.ionuke_modules
lib.rsnuke_modules
version0.1.0
created_at2025-10-21 21:22:58.66344+00
updated_at2025-10-21 21:22:58.66344+00
descriptionNuke all node_modules starting from the current working directory.
homepagehttps://github.com/kemicofa/nuke_modules
repositoryhttps://github.com/kemicofa/nuke_modules
max_upload_size
id1894477
size40,026
kevinf (kemicofa)

documentation

README

:boom: nuke_modules

A command line program that recursively finds and deletes all your node_modules starting from your current working directory.

Freeing up much needed space.

Install

cargo install nuke_modules
nuke_modules -h

Install from source

git clone git@github.com:kemicofa/nuke_modules.git
cd nuke_modules
cargo install --path .
nuke_modules -h
Commit count: 0

cargo fmt