I'm working on a script to create a .html webpage from github releases (by first creating a markdown file).
Mostly for fun and out of interest, not sure if it can be useful (or perhaps some (better) way like this exists already ?).
Probably nice to have all releases listed on one webpage.
So far got this (HTML listing of @Sofiya 's (great !
) github releases ("latest" release of repos only and forks are filtered out)):
sofijacom_releases_listing
Script that I created the .md markdown file with (required are curl
and gh
):
(can probably be used for github releases from another 'owner' too by editing the script (variables on top) ).
Markdown output result sofijacom_releases.md:
(after running the script I converted the .md file to .html) edit: see next post.