0.0.5 • Published 4 years ago
@ndkieran/nodekill v0.0.5
nodekill
Remove all node_modules recursively within child directories.
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