ash_oban/README.md
2023-06-03 11:01:19 -04:00

17 lines
243 B
Markdown

# AshOban
An oban extension for `Ash.Resource`
## Installation
```elixir
def deps do
[
{:ash_oban, "~> 0.1.3"}
]
end
```
## Get Started
Check out the [getting started guide](/documentation/tutorials/get-started-with-ash-oban.md).