Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 578 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 578 Bytes

generate-adr-log

Generates an HTML page from your Architecture Decision Records as described by Michael Nygard. Assumes that the records were created with adr-tools

To Use

./generate-adr-log -f "/c/myrepo" -o "/c/myoutput"

The assumption here is the decision records are stored in /c/myrepo/doc/architecture/decisions

Requirements

  • Have adr-tools installed
  • Have python installed
  • Install Pandoc: apt install pandoc
  • Install panflute: pip install panflute