synapticloop.templar-gen
Owner: synapticloop
static site generator - this utilises the templar templating language
https://github.com/synapticloop/templar-gen
Sources: https://github.com/synapticloop/templar-gen
Version 1.4.2
1.4.2
Created 06 February 2017.
static site generator - this utilises the templar templating language
Add this plugin to your build using the plugins DSL:
plugins {
id("synapticloop.templar-gen") version "1.4.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.synapticloop:templar-gen:1.4.2") } } apply(plugin = "synapticloop.templar-gen")
- Applying plugins to all subprojects .