Mix. Raxol. Content
(Raxol v2.6.0)
View Source
Boilerplate content generators for mix raxol.new.
All functions return strings of generated file content.
Summary
Functions
Generates the main module when --sup is used.
Generates the app test file content based on template.
Generates Application module for --sup.
Generates GitHub Actions CI workflow YAML.
Generates config/config.exs content.
Generates .formatter.exs content.
Generates .gitignore content.
Generates Phoenix LiveView bridge module.
Generates .mise.toml content.
Generates mix.exs content.
Generates README.md content.
Generates SSH server module.
Generates TEA app module (lib/app/app.ex with --sup).
Generates standalone TEA app module (lib/app.ex without --sup).
Generates test/test_helper.exs content.
Functions
Generates the main module when --sup is used.
Generates the app test file content based on template.
Generates Application module for --sup.
Generates GitHub Actions CI workflow YAML.
Generates config/config.exs content.
Generates .formatter.exs content.
Generates .gitignore content.
Generates Phoenix LiveView bridge module.
Generates .mise.toml content.
Generates mix.exs content.
Generates README.md content.
Generates SSH server module.
Generates TEA app module (lib/app/app.ex with --sup).
Generates standalone TEA app module (lib/app.ex without --sup).
Generates test/test_helper.exs content.