x_component v0.1.0 mix x.gen View Source

New component files can be generated with:

mix x.gen Users.Show

Generator settings can be adjusted via :x_component application configs:

config :x_component,
  root_path: "lib/app_web/components",
  root_module: "AppWeb.Components",
  generator_template: "\""
    use X.Template
  "\""