Created by: rienafairefr
PR checklist
-
Read the contribution guidelines. -
Filed the PR against the correct branch: master
,4.0.x
. Default:master
. -
Copied the technical committee to review the pull request if your PR is targeting a particular programming language. @wing328 @jimschubert
Description of the PR
After reading the discussion #510 about switching template systems I thought why not try to implement Handlebars support
In order to suport migration to handlebars templates, I've added the handlebars.java, and in the Generator if the file ends with .mustache then we use Mustache, if it ends with .handlebars we use Handlebars. Keeps backward compatibility easily.
There is a small compatibility fix for maximum compatibility with Mustache (see here
No templates for any language have been migrated for now.