Svelixir.Parse (svelixir v0.1.0)

Copy Markdown

Parses configuration and executes generation tasks using Igniter.

This module takes the parsed Svelixir configuration and generates the project structure using Igniter's code generation capabilities.

Summary

Functions

Executes generation tasks based on the provided configuration.

Functions

execute(config)

@spec execute(Svelixir.Config.t()) :: :ok

Executes generation tasks based on the provided configuration.

Takes the configuration and uses Igniter to:

  • Create project directory structure
  • Generate configuration files
  • Set up features based on enabled options
  • Initialize authentication strategies
  • Configure assets pipeline