rmdirs

1.0.0 • Public • Published

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

/rmdirs/

    Package Sidebar

    Install

    npm i rmdirs

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.26 kB

    Total Files

    6

    Last publish

    Collaborators

    • aooiu