prismatic/dommy

No nonsense Clojurescript dom templating and (soon) manipulation

Leiningen/Boot

[prismatic/dommy "0.0.1"]

Clojure CLI/deps.edn

prismatic/dommy {:mvn/version "0.0.1"}

Gradle

implementation("prismatic:dommy:0.0.1")

Maven

<dependency>
  <groupId>prismatic</groupId>
  <artifactId>dommy</artifactId>
  <version>0.0.1</version>
</dependency>