mix_deploy v0.5.0 MixDeploy.Templates View Source
Template functions.
These functions generate output files from templates.
Link to this section Summary
Functions
Evaluate template file with bindings
Find template matching name and eval
Generate file from template
Link to this section Functions
Link to this function
template_file(template_file, bindings \\ []) View Source
Evaluate template file with bindings
Link to this function
template_name(name, vars \\ []) View Source
Find template matching name and eval
Link to this function
write_template(vars, target_path, template) View Source
Generate file from template
Link to this function