I'm using Portal data navigation tool more often now, so I've created a simple configuration that runs Portal on Clojure REPL startup, automatically adding Portal as a tap> source
https://practicalli.github.io/clojure/clojure-tools/data-browsers/portal.html#starting-portal-on-repl-startup
I've tested this with Clojure CLI tools, a terminal REPL and Emacs CIDER (Spacemacs) and it works well. It should work for Leiningen projects too (if dev
path is added to project.clj) as well as other editors.
Awesome, thanks for the documentation!