An open API service indexing awesome lists of open source software.

https://github.com/ninjascl/adr-asciidoc

A simple tool for creating Architectural Decision Records.
https://github.com/ninjascl/adr-asciidoc

adr asciidoc cli javascript tool

Last synced: about 1 year ago
JSON representation

A simple tool for creating Architectural Decision Records.

Awesome Lists containing this project

README

          

# 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:

```sh
./adr new My New ADR
```

For generating a new _README.adoc_ and _index.html_ use the _compile_ task:

```sh
./adr compile
```

Requires https://nodejs.org/en/[NodeJS] and https://asciidoctor.org/[ASCIIDoc] installed.

---

More information on MADR is available at .
General information about architectural decision records is available at .

++++
Made with by Ninjas.cl.
++++