/adr-tools

:rotating_light: WORK IN PROGRESS :rotating_light: — A CLI for managing Architectural Decision Records (ADRs)

Primary LanguageRust

adr-tools

This is a Rust-based set of tools for managing Architectural Decision Records (ADRs).

We use embedded SurrealDB.

Markdown files are loaded into the graph database, which allows us to do all sorts of cool analytics.

The CLI is effectively a port of adr-tools.

Contributing

Nightly Rust

rustup default nightly

Spin up SurrealDB

docker compose up

Run CLI

cargo run