Skip to content

aholbreich/adr-tool

Repository files navigation

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?

About

Yet another ADR Tool written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages