co.poyo/boot-create-html

Create html pages from .html.edn

Leiningen/Boot

[co.poyo/boot-create-html "0.1.0"]

Clojure CLI/deps.edn

co.poyo/boot-create-html {:mvn/version "0.1.0"}

Gradle

implementation("co.poyo:boot-create-html:0.1.0")

Maven

<dependency>
  <groupId>co.poyo</groupId>
  <artifactId>boot-create-html</artifactId>
  <version>0.1.0</version>
</dependency>