# 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:

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

Generate a boilerplate `config.toml` to start from:

```sh
mix svelixir.gen.config
```

## Development

```sh
mix deps.get
mix test
```
