Elixir Package Setup
Install and configure Elixir packages into a project.
Process each package in $ARGUMENTS sequentially.
Process (for each package)
- •Follow the official installation guide — Find the installation guide at
https://hexdocs.pm/{package}. Prefer the igniter-based method if documented, otherwise follow the manual installation guide. - •Check package-specific notes — If the package has a matching file in the list below, read it and perform any additional steps described there.
- •Verify compilation — Run
mix compile. Must pass with zero warnings. Fix any warnings before moving to the next package. - •Format — Run
mix format. - •Update usage_rules — If
usage_rulesis installed as a dependency, runmix usage_rulesto regenerate rules.