DEV Community

Camilo
Camilo

Posted on

1

Using Asciidoc for Arquitecture Decision Records

GitHub logo NinjasCL / adr-asciidoc

A simple tool for creating Architectural Decision Records.

Architectural Decision Log Tool

This log lists the architectural decisions for this project.


For new ADRs, please use docs/templates/adr.template.adoc as basis. You can easily create a new ADR with adr command based on the template:

./adr new My New ADR
Enter fullscreen mode Exit fullscreen mode

For generating a new README.adoc and index.html use the compile task:

./adr compile
Enter fullscreen mode Exit fullscreen mode

Requires NodeJS and ASCIIDoc installed.


More information on MADR is available at https://adr.github.io/madr/. General information about architectural decision records is available at https://adr.github.io/.

Made with by Ninjas.cl.



Requires https://nodejs.org/en/ and https://asciidoctor.org/ installed.


More information on MADR is available at https://adr.github.io/madr/.
General information about architectural decision records is available at https://adr.github.io/.

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay