mix skua.install (Skua v0.8.0)

Copy Markdown View Source

Installs Skua into the current Phoenix project.

mix igniter.install skua
mix skua.install

Wires assets/css/skua.css and the JS hooks bundle, imports Skua's components into lib/<app>_web.ex (Skua wins for button/input/header/ table/list), routes flashes through Skua toasts, strips the default Phoenix navbar, and scaffolds an editable starter HomeLive at /.

Every step is idempotent — re-run any time after a Skua upgrade and it only adds what's missing. Steps that don't match the default Phoenix layout are reported as a manual instruction rather than corrupting a file.