Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 687 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 687 Bytes

ADR Tool Go

Yet another ADR Tool written in Go.

Inspired by the adr-tools but using the Go instead of Bash.

Init configuration

Run

adr init 

before you start working.

Creating a new ADR

adr new how to make CLI tools

this will create a new numbered ADR in folder .adr: 1-how to make CLI tools.md.

Listing existing ADRs

adr list 

Composing, Editing and Change Status of your ADR

User your favored Editor, Open the desired ADR file under ./.adr/ folder change anything.

TODOs

[ ] Add build pipeline [ ] Add ADR Status Info in listing (Require file parsing) [ ] Add Status transition?