/Node_Modules-Remover

Node_Modules Remover aims to remove capacity consuming node_modules from your Dev directory to save hard space.

Primary LanguagePython

node_modules Remover

This project aims to remove all node_modules subfolders which grasps a lot of file capacity.

How to use

python remove.py --folder="D:\source\EthereumWorks"

Use --folder option if you want to set target directory.

If you omit it, it will set as default "./" 😀