You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by "Siegfried Goeschl (Jira)" <ji...@apache.org> on 2020/07/01 06:27:00 UTC

[jira] [Closed] (FREEMARKER-149) [freemarker-cli] Support multiple template transformation on the command line

     [ https://issues.apache.org/jira/browse/FREEMARKER-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siegfried Goeschl closed FREEMARKER-149.
----------------------------------------

> [freemarker-cli] Support multiple template transformation on the command line
> -----------------------------------------------------------------------------
>
>                 Key: FREEMARKER-149
>                 URL: https://issues.apache.org/jira/browse/FREEMARKER-149
>             Project: Apache Freemarker
>          Issue Type: Task
>            Reporter: Siegfried Goeschl
>            Assignee: Siegfried Goeschl
>            Priority: Major
>
> Currently we support transforming
> * a single template
> * a single directory
> It would be nice to support multiple transformations in one go
> {noformat}
> freemarker-cli \
>  -t templates/csv/md/transform.ftl -o target/contract.md \
>  -t templates/csv/html/transform.ftl -o target/contract.html \
>  examples/data/csv/contract.csv
> freemarker-cli \
> -t examples/data/template -o target/out/template1 \
> -t examples/data/template -o target/out/template2
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)