[
https://issues.apache.org/jira/browse/FREEMARKER-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siegfried Goeschl updated FREEMARKER-149:
-----------------------------------------
Description:
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
{noformat}
was:
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
{noformat}
> [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
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)