0.0.3 • Published 10 months ago

dirkill v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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 -i node_modules,dist
0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago