1.0.1 • Published 4 months ago

nv-cli-rm v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

nv-cli-rm

install

  • npm install nv-cli-rm -g

usage

Usage: nv_cli_rm [options] 
Options:
    -p, --path                                   path, default ./ 
    -l, --list                                   list only ,NOT remove, default false
    -t, --type                                   types OR : SUCH AS -t file dire MEANS remove both file and dire; -t file MEANS only remove file;  options: file|dire|link|sock|fifo|char|blok; default: file
    -n, --name                                   names patterns,  default: node_modules
    -u, --uncontinuous_when_do_name_match        default false: SUCH AS -n aa bb REQUIRES path includes aa/bb ; IF set this to true, -n aa bb REQUIRES path MATCH aa/ .... /bb
    -h, --help                                   usage

example

     nv_cli_rm  -p /xx/yy/zz   -n "node_modules"  -t dire file 

LICENSE

  • ISC