node_modules_rmrf

1.0.1-alpha.17 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i node_modules_rmrf

Weekly Downloads

1

Version

1.0.1-alpha.17

License

ISC

Unpacked Size

2.16 kB

Total Files

3

Last publish

Collaborators

  • frankkai