Fork me on GitHub
#leiningen
<
2020-05-13
>
nprbst15:05:26

Apologies if this should be asked in #beginners... What is the current best-practice for depending on a git repo (a temporary fork of the real dependency)?

mikerod17:05:10

@nathan.probst the classic approach is check out the git repo and do lein install to get it locally

mikerod17:05:17

(Assuming lein)

mikerod17:05:39

To automate the fetching etc, nothing built into lein. Perhaps a plugin or 2 that can mostly accomplish it.

mikerod17:05:30

Then deps.edn / clojure.tools.deps was built with this ability as part of it as a full alternative if that’s suitable for you (I still use lein for things mostly myself)