From c0fd22c7ec1f24a4289a97fb90b2b5b6acac6b90 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Sat, 7 Oct 2023 10:42:49 +0100 Subject: [PATCH] Updated README.md. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1c2cd87..0988e7c 100644 --- a/README.md +++ b/README.md @@ -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 `` (and ``), `` and ``. Bash like variable such as `${myVar}`. + * Internationalisation features. + ## Quick Start Add the library to your project.