Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 568 Bytes

Diablo tries to abstract different template engines to be used in Frege projects. Diablo docs are available at https://fregelab.github.io/diablo

Binaries are available at Bintray:

repositories {
    maven {
        url  "http://dl.bintray.com/fregelab/maven"
    }
}

Gradle dependencies:

At the moment Diablo is only integrated with Groovy templates.

compile 'com.github.fregelab:diablo-groovy:0.1.1'