ash_double_entry/README.md

19 lines
414 B
Markdown
Raw Normal View History

2023-07-22 12:27:52 +12:00
# AshDoubleEntry
An extensible double entry system built using [Ash](ash-hq.org) resources.
2023-08-19 23:29:59 +12:00
See the [getting started guide](https://hexdocs.pm/ash_double_entry/get-started-with-double-entry.html) to
setup the project!
2023-07-22 12:27:52 +12:00
## Installation
The package can be installed by adding `ash_double_entry` to your list of dependencies in `mix.exs`:
2023-07-22 12:27:52 +12:00
```elixir
def deps do
[
2023-08-20 07:07:44 +12:00
{:ash_double_entry, "~> 0.1.2"}
2023-07-22 12:27:52 +12:00
]
end
```