The Apache Freemarker Generator project has quite a long and unsuccessful history
Disclaimer - this is a fork of Apache Freemarker Generator and/but I did not change the package names so all of my private releases won't go to Maven Central
FreeMarker Generator is a set of tools that generates files based on FreeMarker templates and data that's typically provided in files (such as JSON files) as well. It can be used to generate source code, configuration files, etc.
Currently, it can be invoked as a
freemarker-generator
freemarker-generator-maven-plugin
To create the artifacts locally run
mvn clean install
To build the documentation site run
mvn clean site site:stage
Apache FreeMarker Generator is licensed under the Apache License, Version 2.0.
See the LICENSE file for more details!