aviaryan / downloads

A simple POC to use GitHub Pages to serve static downloads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Downloads CDN

A simple POC to use GitHub Pages to serve static downloads.

Using

  1. Fork this repo.
  2. Setup file transformations in transformations.sh.
  3. Change version history limit in push.sh.
  4. Run push.sh.
./push.sh

Alias

You can setup a global alias in .bashrc or .bash_profile to run the script from anywhere.

alias dwnpush="cd ~/github/downloads; bash ./push.sh"

Example links

About

A simple POC to use GitHub Pages to serve static downloads.

License:MIT License


Languages

Language:Shell 100.0%