RUM
> Rum is a client/server library for HTML UI. In ClojureScript, it works as React wrapper, in Clojure, it is a static HTML generator.[GitHub https://github.com/tonsky/rum][todomvc rum that I wrote https://github.com/makinoshi/todomvc-rum]
clj
command is a command line tool that is provided by Clojure Official.$ brew install clojure
$ clj -h
$ clj -m cljs.main -h
$ clj -m cljs.main -O <none/whitespace/simple/advanced> -o <output path> -c <namespace>
{:target-dir "resources"}
^{:watch-dirs ["src"]}
{:modules {:main {:entries #{<namespace>}
:output-to "<output path>"}}}
$ clj -m figwheel.main -O <none/whitespace/simple/advanced> -bo dev