ash_oban/README.md

18 lines
243 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-09-17 04:37:38 +12:00
{:ash_oban, "~> 0.1.8"}
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).