cljs-tui/lein-template

A lein template for creating rich ClojureScript Terminal-User-Interface (TUI) apps powered by reagent, react, and blessed views.

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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