A minimalist command line tool written in Go to work with Architecture Decision Records (ADRs).
Greatly inspired by the adr-tools with all the added benefits of using the Go instead of Bash.
Go to the releases page and grab one of the binaries that corresponds to your platform.
Alternatively, if you have a Go development environment setup you can install it directly using :
go install github.com/mad01/adr@latest
adr init --readme README.md
As simple as :
adr new --title "google managed prometheus"
this will create a new numbered ADR in your ADR folder :
xxx-my-new-awesome-proposition.md
.
Next, just open the file in your preferred markdown editor and starting writing your ADR.