An Ash extension for interacting with Oban
Find a file
2023-04-21 22:58:26 -06:00
.github init 2023-04-21 22:46:04 -06:00
config init 2023-04-21 22:46:04 -06:00
lib chore: DSL definition 2023-04-21 22:58:26 -06:00
logos init 2023-04-21 22:46:04 -06:00
test chore: DSL definition 2023-04-21 22:58:26 -06:00
.check.exs init 2023-04-21 22:46:04 -06:00
.credo.exs init 2023-04-21 22:46:04 -06:00
.formatter.exs chore: DSL definition 2023-04-21 22:58:26 -06:00
.gitignore init 2023-04-21 22:46:04 -06:00
.tool-versions init 2023-04-21 22:46:04 -06:00
FUNDING.yml init 2023-04-21 22:46:04 -06:00
LICENSE init 2023-04-21 22:46:04 -06:00
mix.exs init 2023-04-21 22:46:04 -06:00
mix.lock init 2023-04-21 22:46:04 -06:00
README.md init 2023-04-21 22:46:04 -06:00

AshOban

TODO: Add description

Installation

If available in Hex, the package can be installed by adding ash_oban to your list of dependencies in mix.exs:

def deps do
  [
    {:ash_oban, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ash_oban.