1.0.0 • Published 4 years ago

trash-node-modules v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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