Skip to content

Arman19941113/dirkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dirkill

dirkill is a CLI tool to remove directories by name recursively under the current directory.

Installation

npm i -g dirkill

Usage

dirkill will list all matched directories under the current directory and ask for confirmation before deleting.

dirkill dir_name

Options

-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

About

CLI tool to remove directories by name recursively under the current directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published