Hey team, say I wanted to spin up a new backend clojure project, with a barebones deps.edn , a core.clj , and nrepl. Is there a recommended command I can run to do this? (Would want to use this for a tutorial)
@stopachka if you have any Qs about it, there's a #deps-new channel...
Update: deps-new looks like the canonical solution! Thanks team
i’m also a big fan of neil
https://github.com/babashka/neil
i’ll sometimes do neil add test or neil add build. everything else is trivial, and nrepl is injected by editors that need them usuall