Skip to content
forked from trimou/trimou

Mustache template engine implementation written in Java.

Notifications You must be signed in to change notification settings

pitzcarraldo/trimou

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trimou - Trim Your Mustache Templates!

Trimou is a Mustache implementation written in Java. Since 1.5.0 a helpers API inspired by Handlebars.js is also supported. The goal is to provide a simple to use and easy to extend templating engine for any Java SE or Java EE application.

There are some ready-to-use extensions which provide integration with CDI, Servlets, PrettyTime, HtmlCompressor, google-gson, Spring MVC and Dropwizard.

See also the project site: http://trimou.org

Don't forget to check the example web application: https://github.com/trimou/trimou/tree/master/examples/ping

Travis CI job build status: Build Status

Building Trimou

Simply run:

$ mvn clean install

About

Mustache template engine implementation written in Java.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%