mirror of
https://github.com/release-engineering/repo-autoindex.git
synced 2025-02-24 06:02:54 +00:00
11 lines
315 B
Markdown
11 lines
315 B
Markdown
# 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
|
|
```
|