1.0.0 • Published 4 years ago

rmdirs v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

rmdirs

A tool for quickly deleting folders, based on nodejs.

$ rmdirs --help

Usage: index [options]

Options:
  -p, --path <value>  delete the entered directory (relative path)
  -V, --version       output the version number
  -h, --help          output usage information
# delete folder: node_modules
$ rmdirs -p node_modules

# Interactive command delete, support multiple selection delete
$ rmdirs

? select directory and delete: (Press <space> to select, <a> to toggle all, <i> to invert selection)
>(*) node_modules
 ( ) src
 (*) dist