Generates an HTML page from your Architecture Decision Records as described by Michael Nygard. Assumes that the records were created with adr-tools
./generate-adr-log -f "/c/myrepo" -o "/c/myoutput"
The assumption here is the decision records are stored in /c/myrepo/doc/architecture/decisions
- Have adr-tools installed
- Have python installed
- Install Pandoc:
apt install pandoc
- Install panflute:
pip install panflute