Packages

A hybrid form engine for Phoenix LiveView + Ash that lets you combine form-as-data, form-as-code, and mixed mode

Current section

Files

Jump to
runes lib runes.ex
Raw

lib/runes.ex

defmodule Runes do
@moduledoc """
Runes keeps the contexts that define your domain
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end