boot-hiccup

Boot task to compile *.hiccup.edn files to HTML.

Leiningen/Boot

[boot-hiccup "0.0.1"]

Clojure CLI/deps.edn

boot-hiccup/boot-hiccup {:mvn/version "0.0.1"}

Gradle

implementation("boot-hiccup:boot-hiccup:0.0.1")

Maven

<dependency>
  <groupId>boot-hiccup</groupId>
  <artifactId>boot-hiccup</artifactId>
  <version>0.0.1</version>
</dependency>