Fork me on GitHub
#leiningen
<
2016-10-13
>
gregnwosu09:10:20

if i create a new app using lein new [some-template]; how do I add a plugin later like +cider later?

nfisher09:10:10

If you’re using 2+ generally in the :plugins section

nfisher09:10:36

:plugins [[cider/cider-nrepl "0.13.0”]]

gregnwosu12:10:03

@nfisher ok very easy then , thanks

deactivateduser14:10:42

G'day everyone! I just stumbled across jitpack (https://jitpack.io/), and was wondering if there was an equivalent for Leiningen?

deactivateduser14:10:10

(I'm less interested in the "publish" side of jitpack, and more interested in the "consume" side)

deactivateduser16:10:56

Sorry - I wasn't very clear. 😉

deactivateduser16:10:28

Jitpack lets you add a dependency (from Maven) on a source Github repo, and it'll build that project on demand as needed.

deactivateduser16:10:42

So it's for cases where a project hasn't published their artifacts to Maven Central, or Clojars or whatever.