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/06/30 20:12:00 UTC

[jira] [Updated] (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 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


> [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)