https://github.com/lreimer/hands-on-adr
Demo repository for Architecture Decision Records (ADR).
https://github.com/lreimer/hands-on-adr
adr architecture demo quality
Last synced: 5 months ago
JSON representation
Demo repository for Architecture Decision Records (ADR).
- Host: GitHub
- URL: https://github.com/lreimer/hands-on-adr
- Owner: lreimer
- License: mit
- Created: 2021-05-02T06:59:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T07:37:36.000Z (about 5 years ago)
- Last Synced: 2025-03-05T15:02:15.426Z (over 1 year ago)
- Topics: adr, architecture, demo, quality
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hands-on Architecture Decision Records
Demo repository for using Architecture Decision Records (ADR).
* [ADR-0001](doc/adr/0001-record-architecture-decisions.md) - Record architecture decisions
* [ADR-0002](doc/adr/0002-java-as-primary-language-for-microservices.md) - Java as primary language for microservices
* [ADR-0003](doc/adr/0003-java-ee-as-framework-for-microservices.md) - Java EE as framework for microservices
* [ADR-0004](doc/adr/0004-a-template-adr.md) - A template ADR
## Usage
```
$ adr init
$ adr new Java as primary language for microservices
$ adr new Java EE as framework for microservices
$ adr link 3 Amends 2 "Amended by"
$ adr new A template ADR
# generate the ADR table of contents using adr-log
$ adr-log -d doc/adr/ -i README.md
```
## Maintainer
M.-Leander Reimer (@lreimer),
## License
This software is provided under the MIT open source license, read the `LICENSE` file for details.