Skip to content

A service to retrieve 'Github Releases' assets through Deno Deploy🦕

License

Notifications You must be signed in to change notification settings

redpeacock78/ghrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno version uptime GitHub
A service to retrieve 'Github Releases' assets through Deno Deploy🦕
What "Ghrl" means is "Github Releases".

🛠 Usage

  • 📜 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 a tar.gz.
  • 📦 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

If no @tag is specified, the assets will always be retrieved from the latest release.

📄 Example

redpeacock78/base85

  • 📜 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/[email protected]" -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/[email protected]?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/[email protected]/base85-linux-x86" -o base85-linux-x86

🎁 Donate/Support

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.
PayPal Ko-Fi Buy Me a Coffee LiberaPay Fantia ofuse

🚀 Contribution

Please Create Issues, or Pull Requests.

🥝 License

This source code is licensed MIT.