Svelixir (svelixir v0.2.0)
Copy MarkdownDocumentation for Svelixir.
Summary
Functions
Entrypoint invoked by Mix.Tasks.Svelixir.Base.New.run/1.
Writes a boilerplate config.toml to the current directory.
Entrypoint invoked by Mix.Tasks.Svelixir.New.run/1.
Functions
@spec base_new([String.t()]) :: :ok
Entrypoint invoked by Mix.Tasks.Svelixir.Base.New.run/1.
Like main/1, but generates only the base project scaffold, skipping
feature/container/asset/auth wiring.
@spec generate_config() :: :ok
Writes a boilerplate config.toml to the current directory.
Called by Mix.Tasks.Svelixir.Gen.Config.run/1.
@spec main([String.t()]) :: :ok
Entrypoint invoked by Mix.Tasks.Svelixir.New.run/1.
Handles the -c/--config flag.