Liking cljdoc? Tell your friends :D

clj-wrepl-pomegranate

init option for clj-wrepl to load dependencies using Pomegranate

Setup

Add in your wrepl config:

{:wrepl/init [#ig/ref :wrepl.pomegranate/init]
 :wrepl.pomegranate/init {:coordinates [[com.rpl/specter "1.0.3"]]}}

The config follows the add-classpath usage example:

  • :coordinates: deps as list (like in a Leiningen project.clj)
  • :repositories (optional): Map with repos; Default:
    {"clojars" "https://clojars.org/repo"
     "jcenter" "https://jcenter.bintray.com"}
    

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close