dirkill
v0.0.4
Published
A CLI tool to remove directories by name recursively
Maintainers
Readme
dirkill is a CLI tool to remove directories by name recursively under the current directory.
Installation
npm i -g dirkillUsage
dirkill will list all matched directories under the current directory and ask for confirmation before deleting.
dirkill dir_nameOptions
-s, --skip
Specify the directories to skip. It's helpful to improve performance and the default value is "node_modules".
dirkill dir_name -s node_modules,dist