abstract class Teeplate::FileTree

Defined in:

file_tree.cr

Constant Summary

DIFF = (`which diff`).strip
GIT = (`which git`).strip
PROMPT = "overwrite(o)/keep(k)/diff(d)/overwrite all(a)/keep all(n) ? "

Instance Method Summary

Macro Summary

Instance Method Detail

def render(out_dir, force = false, interactive = false) #

[View source]

Macro Detail

macro directory(dir) #

[View source]