This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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) |