ash_double_entry/README.md

387 B

AshDoubleEntry

An extensible double entry system built using Ash resources.

See the getting-started-guide to setup the project!

Installation

The package can be installed by adding ash_double_entry to your list of dependencies in mix.exs:

def deps do
  [
    {:ash_double_entry, "~> 0.1.0"}
  ]
end