Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 505 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 505 Bytes

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