adrs

Crates.ioadrs
lib.rsadrs
version0.2.9
sourcesrc
created_at2021-03-07 16:24:08.555252
updated_at2024-08-31 14:40:55.497996
descriptionArchitectural Decision Record command line tool
homepagehttps://github.com/joshrotenberg/adrs
repositoryhttps://github.com/joshrotenberg/adrs.git
max_upload_size
id365289
size124,279
josh rotenberg (joshrotenberg)

documentation

https://github.com/joshrotenberg/adrs

README

adrs

Crates.io Version crates.io Rust dependency status

adrs is a command-line tool for managing Architectural Decision Records.

Installation

Homebrew:

brew tap joshrotenberg/brew
brew install adrs

From source (requires the Rust toolchain):

git clone https://github.com/joshrotenberg/adrs
cd adrs
cargo install

Via cargo (aslo requires the Rust toolchain):

cargo install adrs

Via a released binary:

See Releases.

Command Line

Architectural Decision Record command line tool

Usage: adrs <COMMAND>

Commands:
  init      Initializes the directory of Architecture Decision Records
  new       Create a new, numbered Architectural Decision Record
  edit      Edit an existing Architectural Decision Record
  link      Link Architectural Decision Records
  list      List Architectural Decision Records
  config    Show the current configuration
  generate  Generates summary documentation about the Architectural Decision Records
  help      Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Contributing

Contributions absolutely welcome. See the current issues.

License

See LICENSE-MIT or LICENSE-APACHE-2.0.

Commit count: 39

cargo fmt