ash_oban/README.md
2024-03-29 19:54:35 -04:00

17 lines
248 B
Markdown

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