module Runtime

Extended Modules

Defined in:

runtime.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.runtime_files(runtime : String) : Tuple(String, Array(String)) #

[View source]
def self.template_files(runtime : String) : Tuple(String, Array(String)) #

[View source]

Instance Method Detail

def 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


[View source]
def list #

[View source]