Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qntum-dev/dscript
https://github.com/qntum-dev/dscript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/qntum-dev/dscript
- Owner: qntum-dev
- Created: 2024-04-16T06:48:37.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-16T10:59:13.000Z (8 months ago)
- Last Synced: 2024-04-16T13:12:21.215Z (8 months ago)
- Language: Shell
- 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