ash_oban/README.md

18 lines
244 B
Markdown
Raw Normal View History

2023-06-04 03:01:19 +12:00
# AshOban
2023-04-22 16:46:04 +12:00
2023-04-28 14:07:05 +12:00
An oban extension for `Ash.Resource`
2023-04-22 16:46:04 +12:00
## Installation
```elixir
def deps do
[
2023-12-13 03:45:13 +13:00
{:ash_oban, "~> 0.1.11"}
2023-04-22 16:46:04 +12:00
]
end
```
2023-04-28 14:07:05 +12:00
## Get Started
2023-04-22 16:46:04 +12:00
2023-04-28 14:07:05 +12:00
Check out the [getting started guide](/documentation/tutorials/get-started-with-ash-oban.md).