mirror of
https://github.com/release-engineering/repo-autoindex.git
synced 2025-02-23 13:42:52 +00:00
Generate static HTML indexes of various repository types
![]() Ultimately, all errors are propagated in some way, but it's important to differentiate between "the content was invalid" vs "failed to fetch the content". |
||
---|---|---|
.github/workflows | ||
docs | ||
repo_autoindex | ||
tests | ||
.gitignore | ||
.pre-commit-config.yaml | ||
LICENSE | ||
poetry.lock | ||
pyproject.toml | ||
README.md | ||
tox.ini |
repo-autoindex-prototype
Generate static HTML indexes of various repository types
Usage example
pip install repo-autoindex
REPO_URL=$(curl -s 'https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f36&arch=x86_64' | egrep '^http' | head -n1)
repo-autoindex $REPO_URL
xdg-open index.html