search-and-destroy
v1.0.4
Published
Recursively delete node_modules.
Maintainers
Readme
search-and-destroy
Recursively delete node_modules.
Usage
Recursively delete node_modules in the cwd and subdirectories:
npx search-and-destroy
Recursively delete node_modules in another directory and its subdirectories:
npx search-and-destroy ./path/to/some/dir
