This docker image wraps adr-tools with a custom table of contents generator inspired by adr-log to make it easier to manage ADRs in GitHub Markdown pages.
To start using ADRs, run init
docker run --rm -it -v "$(pwd)":/docs extenda/adr-tools init
To add an entry, run new
docker run --rm -it -v "$(pwd)":/docs extenda/adr-tools new Implement with Docker
For all options, run help
.
This image is released under the GPL license.