Find a file
2021-07-19 23:42:11 -04:00
.github
config
lib
logos
test
.check.exs
.credo.exs
.formatter.exs
.gitignore
CHANGELOG.md
FUNDING.yml
LICENSE
mix.exs
mix.lock
README.md

AshPhoenix

Elixir CI License: MIT Coverage Status Hex version badge

See the module documentation for more information:

  • AshPhoenix.LiveView: for liveview querying utilities
  • AshPhoenix.Form: Utilities for using forms with Ash changesets

Roadmap:

  • UI authorization utilities e.g <%= if authorized_to_do?(resource, action, actor) do %>
  • Potentially helpers for easily connecting buttons to resource actions
def deps do
  [
    {:ash_phoenix, "~> 0.5.2"}
  ]
end