sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.6k stars 441 forks source link

Evaluate templating system alternatives #991

Open muuki88 opened 7 years ago

muuki88 commented 7 years ago

Status Quo

Native-packager has currently a homemade templating system, which has scaled well so far. It provides the following features

These features limited the usage in many ways, which lead to the following hard to use/debug issues

Requirements

The experience lead to the following requirements

Acceptance Criteria

muuki88 commented 7 years ago

First candidate is scalate with mustache templates.

muuki88 commented 7 years ago

sbt-pack uses twirl.