trash-node-modules
v1.0.0
Published
Move node_modules to trash recursively.
Downloads
11
Maintainers
Readme
Trash node_modules
A command line tool to move node_modules directory to trash recursively or delete node_modules directory recursively.
Examples
# Display all the node_modules directories within the current working directory recursively
npx trash-node-modules
# Move all the node_modules directories within the current working directory to trash recursively
npx trash-node-modules --trash
# Delete all the node_modules directories within the current working directory recursively
npx trash-node-modules --delete