1.0.4 • Published 2 years ago

@mga_/nmc v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Node Modules Cleaner

Recursively remove all node_module inside a folder. Ideal for keeping just the source code of a folder of project, like WebstormProjects folder.

Installing

npm install @mga_/nmc

After the intallation you will be able to run node-modules-cleaner --help or the sort version nmc --help.

How to Use

To list all folders that have node_modules:

node-modules-cleaner --list

For more information:

node-modules-cleaner --help

To perform clean:

node-modules-cleaner

To list all subfolders that have node_modules:

node-modules-cleaner --listDeep

To remove subfolder that have node_modules:

node-modules-cleaner --deep
1.0.4

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago