lagom / sbt-lagom-descriptor-generator

Lagom API code generator
Apache License 2.0
23 stars 12 forks source link

Replace mockup render with templating engine #6

Open ignasi35 opened 7 years ago

ignasi35 commented 7 years ago

Current implementation uses a String concat approach to rendering the generated code.

xxxLagomGenerators could use mustache, velocity, twirl for the generation.

ignasi35 commented 7 years ago

Ideas: https://github.com/scalate/scalate (supports HAML, Mustache and JSP, Erb and Velocity style syntaxes) http://velocity.apache.org/engine/1.7/user-guide.html http://software.clapper.org/scalasti/ (used by g8)