portal

https://github.com/djblue/portal
practicalli-john 2020-11-12T11:45:31.041Z

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.

djblue 2020-11-12T16:35:44.041600Z

Awesome, thanks for the documentation!