adrs-0.5.0 is not a library.
adrs
adrs is a command-line tool for managing Architectural Decision Records.
Installation
Homebrew:
From source (requires the Rust toolchain):
Via cargo (aslo requires the Rust toolchain):
Via a released binary:
See Releases.
Command Line
)
Custom templates
The adrs new command allows passing in custom templates using the
handlebars templating language. Five template
variables are respected:
| Variable name | Value |
|---|---|
| number | Index of ADR |
| date | Current date |
| title | Title of ADR |
| superceded | Array of markdown links to superceded ADRs |
| linked | Array of markdown links to linked ADRs |
Contributing
Contributions absolutely welcome. See the current issues.
License
See LICENSE-MIT or LICENSE-APACHE-2.0.