An open API service indexing awesome lists of open source software.

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

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.