Yet another ADR Tool written in Go.
Inspired by the adr-tools but using the Go instead of Bash.
Run
adr init
before you start working.
adr new how to make CLI tools
this will create a new numbered ADR in folder .adr
:
1-how to make CLI tools.md
.
adr list
User your favored Editor, Open the desired ADR file under ./.adr/ folder change anything.
[ ] Add build pipeline [ ] Add ADR Status Info in listing (Require file parsing) [ ] Add Status transition?