trash-node-modules

Move node_modules to trash recursively.


Keywords
trash, delete, node_modules, recursively
License
MIT
Install
npm install trash-node-modules@0.0.1

Documentation

Trash node_modules

npm version install size npm downloads

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

License

MIT