Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
# ---------------------------------------------------------------------------
# create_ash_lib — bootstrap a new Elixir/Ash umbrella project
# v.0.1.5.
#
# This script scaffolds a complete Ash/Phoenix umbrella with:
# • an umbrella root created via `mix new --umbrella`
# • a Phoenix web app (via Igniter)
# • a shared library app (via Igniter)