Svelixir

A Mix task that scaffolds new Elixir/Phoenix + Svelte (LiveSvelte) projects from a TOML config file.

Installation

Install once as a Mix archive, then run it from any directory:

mix archive.install hex svelixir
mix svelixir.new --config config.toml

Generate a boilerplate config.toml to start from:

mix svelixir.gen.config

Development

mix deps.get
mix test