A service to retrieve 'Github Releases' assets through
Deno Deploy🦕
What "Ghrl" means is "Github Releases".
- 📜 Download Source Codes
https://ghrl.tk
/user
/repo or repo@tag
?source=zip
- Redirect to
https://github.com/:user/:repo/archive/refs/tags/[latest or tag].[tar.gz or zip]
- The absence of
source=zip
represents atar.gz
.
- Redirect to
- 📦 Download Other Assets
https://ghrl.tk
/user
/repo or repo@tag
/assets_name
- Redirect to
https://github.com/:user/:repo/releases/download/[latest or tag]/:assets_name
- Redirect to
If no @tag
is specified, the assets will always be retrieved from the latest release.
- 📜 Download Source Codes
# Download Latest Source(tar.gz) $ curl -sSfL --retry 5 "https://ghrl.tk/redpeacock78/base85" -o source.tar.gz # Download v0.0.11 Source(tar.gz) $ curl -sSfL --retry 5 "https://ghrl.tk/redpeacock78/base85@v0.0.11" -o source.tar.gz # Download Latest Source(zip) $ curl -sSfL --retry 5 "https://ghrl.tk/redpeacock78/base85?source=zip" -o source.zip # Download v0.0.11 Source(zip) $ curl -sSfL --retry 5 "https://ghrl.tk/redpeacock78/base85@v0.0.11?source=zip" -o source.zip
- 📦 Download Other Assets
# Download Latest Other Assets $ curl -sSfL --retry 5 "https://ghrl.tk/redpeacock78/base85/base85-linux-x86" -o base85-linux-x86 # Download v0.0.11 Other Assets $ curl -sSfL --retry 5 "https://ghrl.tk/redpeacock78/base85@v0.0.11/base85-linux-x86" -o base85-linux-x86
Donations and support are always welcome.
If you can help us pay for 🥓 or ☕️ , the author will do his best to add a new feature or fix a bug.
Please Create Issues, or Pull Requests.
This source code is licensed MIT.