org.combinators.templating
Templating support for multiple languages
This project adds templating support for multiple languages.
For more information see our documentation project.
Existing users please refer to the CHANGELOG for news.
Installation
Add the following dependency to your existing sbt project:
libraryDependencies += "org.combinators" %% "templating" % "<VERSION>"
The string <VERSION>
has to be replaced by the version you want.
You can search for released versions here.
To obtain the latest unreleased development version, clone the repository and run sbt publishLocal
.
Currently, Scala 2.11, 2.12 and 2.13 are supported.
Examples
The tests provide some examples, for the rest check the documentation project.
Help and Contributions
Join combinators/cls-scala on Gitter.
Main Authors
- Jan Bessai
- Boris Düdder
- Geroge T. Heineman
Contributers
Your name here?
Just the usual: open pull requests and or issues. Feel free to add yourself to the list in this file, if you contributed something.