Skip to content

firestack/adrs.nix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adrs

crates.io docs Rust dependency status

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

Status

Currently in development. The first milestone is feature parity and rough compatibility with adr-tools.

Possible extended feature ideas:

  • Support MADR in addition to Nygard.
  • Integrated git support.
  • Built-in HTTP server support to present ADRs via the web.

Installation

For now:

  1. clone this repository
  2. run cargo install --path . in the root of the repo

Command Line

adrs 0.1.0

USAGE:
    adrs <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    config      Show configuration
    generate    Generate summary documentation
    help        Prints this message or the help of the given subcommand(s)
    init        Initialize a new ADR directory
    link        Link together two ADRs
    list        List the ADRs
    new         Create a new, numbered ADR

Contributing

License

Authors

About

TODO: A nix flake for adrs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.0%
  • Handlebars 5.0%