1.0.1-alpha.17 • Published 1 year ago

node_modules_rmrf v1.0.1-alpha.17

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

node_modules_rmrf

rm -rf specified dir's all node_modules, including all sub directory's node_modules recursively

cmd

node_modules_rmrf

usage

.
 |-parent
 | |-chdir1
 | | |-node_modules
 | | |-file1.txt
 | |-chdir2
 | | |-node_modules
 | | |-file2.txt
 | | |-file3.sh

=>

.
 |-parent
 | |-chdir1
 | | |-file1.txt
 | |-chdir2
 | | |-file2.txt
 | | |-file3.sh