Incant (Incant v0.1.1)

Copy Markdown View Source

Code-first admin, content, analytics, and operations surfaces for Phoenix applications.

Incant's first layer is a small set of DSLs that compile to inspectable metadata. Renderers and integrations can use this metadata to build LiveView admin screens, dashboards, resources, and plugins without taking away direct access to Ecto and application code.

Summary

Functions

Returns compiled Incant metadata from a module.

Functions

metadata(module)

@spec metadata(module()) :: struct()

Returns compiled Incant metadata from a module.