Skip to content
/ adr Public
forked from marouni/adr

A minimalist command line tool written in Go to work with Architecture Decision Records

License

Notifications You must be signed in to change notification settings

mad01/adr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

ADR Go

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.

Quick start

Installing adr

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

Initializing adr

adr init --readme README.md

Creating a new ADR

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.

About

A minimalist command line tool written in Go to work with Architecture Decision Records

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%