module

Runtime

Class methods

runtime_files(runtime : String) : Tuple(String, Array(String))
Source
template_files(runtime : String) : Tuple(String, Array(String))
Source

Instance methods

copy_templated(base_path : String, files : Array(String), dst_path : String, context)

Copyes files from a runtime to a destination folder. Files ending in .j2 are rendered as Jinja2 templates using the provided context

Source
list
Source

Nested types