adr-tools
adr-tools 3.0.0
Command-line tools for working with Architecture Decision Records
https://github.com/npryce/adr-toolsGNU General Public License v3.0 or later
main program: adrprograms: adr
Maintainers
Platforms (79)
microblaze-noneaarch64-linuxrx-nonepowerpc-nonepowerpc64-linuxaarch64-darwinaarch64-freebsdarmv7l-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ adr-tools ];
Ad-hoc shell
nix-shell -p adr-tools
Flake (nix run)
nix run nixpkgs#adr-tools