/ya-ftl-viewer

yet another ftl (freemarker) viewer

Primary LanguageJava

ya-ftl-viwer

For easy mock development with freemarker.

Feture

  • Show freemarker (.ftl) file
  • Import data from JSON
  • Serve static file (js, css, png, html, …)
  • Stand alone application (no servlet container)

Example

src/test/resources/config.json and src/test/resources/web are example.

Run with maven

$ mvn clean compile exec:java

Run with jar

$ mvn clean package shade:shade
$ java -jar target/ya-ftl-viewer.jar src/test/resources/config.json

Todo

  • Support LiveReload
  • Support YAML