https://github.com/commanded/adr
Architectural Decision Records for the Commanded Ecosystem
https://github.com/commanded/adr
Last synced: 25 days ago
JSON representation
Architectural Decision Records for the Commanded Ecosystem
- Host: GitHub
- URL: https://github.com/commanded/adr
- Owner: commanded
- License: mit
- Created: 2025-01-08T18:13:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T01:14:23.000Z (about 1 year ago)
- Last Synced: 2025-10-29T12:36:20.710Z (4 months ago)
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Architecture Decision Records
ADRs are automatically published to our Log4brains architecture knowledge base:
🔗 ****
Please use this link to browse them.
## Development
If not already done, install Log4brains:
```bash
npm install
```
To preview the knowledge base locally, run:
```bash
npx log4brains preview
```
In preview mode, the Hot Reload feature is enabled: any change you make to a
markdown file is applied live in the UI.
To create a new ADR interactively, run:
```bash
npx log4brains adr new
```
## More information
- [Log4brains documentation](https://github.com/thomvaill/log4brains/tree/develop#readme)
- [What is an ADR and why should you use them](https://github.com/thomvaill/log4brains/tree/develop#-what-is-an-adr-and-why-should-you-use-them)
- [ADR GitHub organization](https://adr.github.io/)