# AshDoubleEntry An extensible double entry system built using [Ash](ash-hq.org) resources. See the [getting-started-guide](github.com/ash-project/ash_double_entry.git) to setup the project! ## Installation The package can be installed by adding `ash_double_entry` to your list of dependencies in `mix.exs`: ```elixir def deps do [ {:ash_double_entry, "~> 0.1.0"} ] end ```