Initial commit (LICENSE, NOTICE, README.md)
4 files changed
tree: e157a5bf16300dac69769bdbbd5b002152e8040f
  1. .gitignore
  2. LICENSE
  3. NOTICE
  4. README.md
README.md

Apache FreeMarker Generator

For documentation or to report bugs visit: https://freemarker.apache.org/generator.html

Regarding pull requests on Github

By sending a pull request you grant the Apache Software Foundation sufficient rights to use and release the submitted work under the Apache license. You grant the same rights (copyright license, patent license, etc.) to the Apache Software Foundation as if you have signed a Contributor License Agreement. For contributions that are judged to be non-trivial, you will be asked to actually signing a Contributor License Agreement.

What is Apache FreeMarker Generator?

FreeMarker Generator is a tool 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 generated source code, configuration files, etc.

Currently it can be invoked as a Maven plug-in, but in the future it might will be callable on other ways (say, from Gradle, or as a standalone command line tool).

Licensing

Apache FreeMarker Generator is licensed under the Apache License, Version 2.0.

See the LICENSE file for more details!