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
- Host: GitHub
- URL: https://github.com/alvarogarcia7/light-ladr-tools
- Owner: alvarogarcia7
- Created: 2019-03-06T17:32:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T18:18:05.000Z (almost 7 years ago)
- Last Synced: 2025-01-10T22:49:34.491Z (over 1 year ago)
- Topics: adr, adr-tools, architecture, docker, ladr, layer, makefile, npryce, tool
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```