An open API service indexing awesome lists of open source software.

https://github.com/qntum-dev/dscript

A script to delete redundant files e.g. node_modules
https://github.com/qntum-dev/dscript

bash scripting

Last synced: about 1 month ago
JSON representation

A script to delete redundant files e.g. node_modules

Awesome Lists containing this project

README

          

# dscript
This is a bash script you can use this script to find and delete all the unused dependencies, build files, e.g. node_modules etc which are not required currently maybe you are not working on those projects but taking up your disk space.

## Usage
Currently in this script you can specify the resource file name you want to delete e.g. node_modules and the directory under which
all the resources matching the resource file name you want to delete from. You can also exclude folders for which you don't want to delete the packages right now.

### Here is a demo of the script