https://github.com/managedkaos/readme-footer-generator
Generate links to the next and previous README files in the project
https://github.com/managedkaos/readme-footer-generator
Last synced: 9 months ago
JSON representation
Generate links to the next and previous README files in the project
- Host: GitHub
- URL: https://github.com/managedkaos/readme-footer-generator
- Owner: managedkaos
- License: mit
- Created: 2024-02-14T05:23:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T19:01:20.000Z (about 1 year ago)
- Last Synced: 2025-09-11T08:45:54.383Z (10 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Readme Footer Generator
Generate links to the next and previous README files in the project
## Using the generator
From the root of the project, run:
```bash
docker run --rm -e DEBUG=True --volume $(PWD):/data ghcr.io/managedkaos/readme-footer-generator:main
```
> [!NOTE]
> The `-e DEBUG=True` flag is optional. Use it to get insight into how the files are processed.