Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 732 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 732 Bytes

The Deleter

Small utility project written in python 3.7 for helping in removing of node_modules folder and all its contents.

  • run command "python deleter.py" in your CLI
  • you'll be asked for path, enter full path to your workdir containing all your projects that contain node_modules folders
  • Utility will run through all the folders and subfolders and list all those which contain node_modules folders and will ask for confirmation to continue removing those node_modules folders
  • after it is done it will ask again for path to search for node_modules folders
  • type quit to exit utility into CLI

Disclaimer: Use at your own risk! I am not to be held responsible if any unplanned data damage or losing should occur.