Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 979 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 979 Bytes

ADR Power CLI

With ADR Power CLI you can create and manage Architecture Decision Records for your projects by generating structured Markdown files.

.NET build and release

About Architecture Decision Records (ADRs)

ADR is a formal document that helps you track the most important architectural decisions.

It's main focus is not just on the final decision. It's all about tracking also the reasons behind your choices. Only by understanding the current context and the reason of a choice you can decide if a decision was wrong, and you should modify your architecture.

If you want a quick introduction to ADR, have a look at this article: Tracking decision with Architecture Decision Records (ADRs).