/mix_adr

Bringing ADRs to the mix ecosystem.

Primary LanguageElixirMIT LicenseMIT

MixAdr

Bringing ADR tooling into your mix based projects.

Installation

If available in Hex, the package can be installed by adding mix_adr to your list of dependencies in mix.exs:

def deps do
  [
    {:mix_adr, "~> 0.1.0", only: [:dev], runtime: false}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mix_adr.