Skip to content

listentorick/generate-adr-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generates an HTML website containing your ADRs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published