cljs-tui/lein-template

A lein template for creating very rich ClojureScript Terminal-User-Interface (TUI) applications powered by reagent + blessed views

Leiningen/Boot

[cljs-tui/lein-template "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

cljs-tui/lein-template {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("cljs-tui:lein-template:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>cljs-tui</groupId>
  <artifactId>lein-template</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>