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

https://github.com/alvarogarcia7/light-ladr-tools

Layer on top of npryce/adr-tools to make it more confortable and lightweight
https://github.com/alvarogarcia7/light-ladr-tools

adr adr-tools architecture docker ladr layer makefile npryce tool

Last synced: over 1 year ago
JSON representation

Layer on top of npryce/adr-tools to make it more confortable and lightweight

Awesome Lists containing this project

README

          

# Light lightweight-Architectural-Decision-of-Record (LADR) tools

Layer on top of npryce/adr-tools to make it more confortable and lightweight

## Scope

* Run the ADR tools in docker
* Make it as straight-forward as possible
* Do not create a new domain language (DSL) on top of the ADR one

## Running it: Firsts steps with ADR

Note: See the Makefile for documentation

### Create an ADR directory in the root of your project
```bash
make init
```

### Create Architecture Decision Records

```bash
make new Implement as Unix shell scripts
```