SKAT engine
Safe HaskellNone

Transformations

Description

Transformations are applied to the content of a template where each instance of a key found in the Commands substitutions Map is searched in the template content and replaced with the substitution value.

Synopsis

Documentation

replaceModFns :: [(String, Text -> Text)] #

runReplace :: [Char] -> String -> String -> String #

transformContent :: GenCommand -> Template -> Template #

Apply substitutions to templates content