mix svelixir.new (svelixir_new v0.11.0)

Copy Markdown

Generates a stock Elixir or Phoenix project, adds the svelixir dev dependency, writes svelixir.exs, and fetches and compiles dependencies.

mix svelixir.new NAME --base otp|web --github-org ORG [--svelixir-path PATH]

Post-MVP continuation — verified working, deliberately NOT implemented

The four-step sequence that hands off to mix svelixir.gen once it exists is recorded verbatim, with the reason each step is load-bearing, in this project's README.md under "Post-MVP continuation".

It is kept there rather than here because Svelixir.BoundaryGuard substring-scans this perimeter's lib/**/*.ex — documentation and comments included — and two of those four calls are on its banned list. Prose naming a banned API is indistinguishable from a call to it, which is the point: the guard exists because a rule expressed only in prose rots.

Running that sequence today buys nothing — svelixir.gen does not exist — and deps.compile prunes every archive off the code path before it could.