reveal 2021-02-15

@gustavobertolino has joined the channel

Hi guys, is it possible to set reveal up in my project.clj or deps.edn so that when I fire a REPL via lein I can get reveal out of the box in this firing process?

Hi! I’m assuming you are using nrepl? In that case please have a look at this readme section: https://vlaaad.github.io/reveal/#nrepl-based-editors

Hum, sure! I think I got the setup for the case of clj appls using project.clj

Gustavo Bertolino 2021-02-15T13:55:59.098Z

@vlaaad But in the case of a cljs appl using shadow-cljs as build tool, I simply add the middleware in the shadow-cljs.edn, right? Something like this -->

{:middleware [vlaaad.reveal.nrepl/middleware]}

I have no idea how to integrate that with shadow-cljs, sorry šŸ™‚

but if you figure it out, please consider sharing it here so I can add it to the readme

šŸ™…ā€ā™‚ļø 1

I mean, if I want to fire a REPL via lein to start my clj application in it and do other things, I'd also like to have reveal in this REPL