trash-node-modules

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i trash-node-modules

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

4.71 kB

Total Files

6

Last publish

Collaborators

  • john-yuan