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
- Host: GitHub
- URL: https://github.com/qntum-dev/dscript
- Owner: qntum-dev
- Created: 2024-04-16T06:48:37.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T10:59:13.000Z (about 2 years ago)
- Last Synced: 2025-01-21T05:41:56.485Z (over 1 year ago)
- Topics: bash, scripting
- Language: Shell
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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