An Ash-based application to manage Podcast subscriptions and assets.
Find a file
Renovate Bot c046cb24d3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update dependency ash to v3.4.14
2024-09-17 14:07:29 +12:00
.vscode
config
lib
priv
test
.dialyzer_ignore.exs
.doctor.exs
.drone.yml
.formatter.exs
.gitignore
.tool-versions chore(deps): update dependency erlang to v27.0.1 2024-07-27 09:23:56 +12:00
CHANGELOG.md
mix.exs chore(deps): update dependency reactor to ~> 0.10 2024-09-16 11:06:22 +12:00
mix.lock chore(deps): update dependency ash to v3.4.14 2024-09-17 14:07:29 +12:00
README.md
renovate.json chore: Configure Renovate (#1) 2024-07-27 07:27:04 +12:00

Podbox

TODO: Add description

Installation

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

def deps do
  [
    {:podbox, "~> 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/podbox.