Terminal IDE for re-frame/shadow-cljs projects
Based on tmux and vim-fireplace
Put [termide "0.1.0"]
into the :plugins
vector of your project.clj
or into the :plugins
vector of your :user
profile of .lein/profiles.clj
.
$ PROJECT=example
$ lein new re-frame $PROJECT
$ cd $PROJECT
$ # echo '{:user {:plugins [[termide "0.1.0"]]}}' > ~/.lein/profiles.clj
$ lein termide
$ xdg-open http://localhost:8280
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close