0.0.5 • Published 4 years ago

@ndkieran/nodekill v0.0.5

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

nodekill

Remove all node_modules recursively within child directories.

oclif Version Downloads/week License

Usage

$ npm install -g @ndkieran/nodekill
$ nodekill --help
List & delete all (node_modules & vendor) folders within path.

USAGE
  $ nodekill

OPTIONS
  -d, --depth=depth  Search Folder Depth [default: 5]
  -h, --help         show CLI help
  -p, --path=path    [default: ./]

  -s, --size         calculate folder & total sizes (takes a minute)

  --vendor           clean php composer too.

See code: @oclif/plugin-help