https://github.com/hackthedev/repo-downloader
Can download and extract multiple repos into one folder. E.g. plugin download system or for "dependencies"
https://github.com/hackthedev/repo-downloader
Last synced: 9 months ago
JSON representation
Can download and extract multiple repos into one folder. E.g. plugin download system or for "dependencies"
- Host: GitHub
- URL: https://github.com/hackthedev/repo-downloader
- Owner: hackthedev
- License: gpl-3.0
- Created: 2024-07-22T09:53:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T10:05:57.000Z (almost 2 years ago)
- Last Synced: 2025-10-10T15:32:00.926Z (9 months ago)
- Language: PowerShell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Repo Downloader
The scripts `install.bat` and `install.sh` can be configured to download and extract the latest release from multiple repos and extract them to the directory where the install script was executed in without creating a subdir or anything.
For the `install.sh` file its important to note that it should be executed like `./install.sh` and not like `sh install.sh` as it will return an error otherwise.
## Use Case
This could be used to install "dependencies" or for a plugin system or whatever. You could also modify the script to pass arguments instead of hardcoding the repos.