Fork me on GitHub
#portal
<
2022-08-12
>
jdf20:08:41

is there a way to load it without having to modify the project deps.edn. Ideally I would just have calva load a personal alias that loads portal into my project. Is there a way to do that?

R.A. Porter20:08:59

You can include an alias in your ~/.clojure/deps.edn with the dependency and include that alias when you run your project. Then you can either invoke directly in the REPL, add helper functions to a user.clj, or do a few other things…

🙏 1