[
https://issues.apache.org/jira/browse/FREEMARKER-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siegfried Goeschl resolved FREEMARKER-149.
------------------------------------------
Resolution: Fixed
> [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)