Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-smith committed Oct 7, 2023
1 parent 362386b commit c0fd22c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ It requires just 4 HTML-like tags, and a bash-like variable expression syntax.

Feature complete. Just some test coverage to complete and addition of Javadoc.

## Features

* No dependencies, JPMS compliant, Graal Native Image friendly
* Fast. Single pass parser, use lambas to compute template components only when
they are actually needed.
* Simple Java. Public API consists of just 2 main classes, `TemplateModel` and `TemplateProcessor`.
* Simple Content. Just `<t:if>` (and `<t:else>`), `<t:include>` and `<t:list>`. Bash like variable such as `${myVar}`.
* Internationalisation features.

## Quick Start

Add the library to your project.
Expand Down

0 comments on commit c0fd22c

Please sign in to comment.