How to use a local repository for a Clojure library during initial development?

前端 未结 2 2111
猫巷女王i
猫巷女王i 2021-02-19 09:55

I have a question about developing a Clojure library which is not answered in the suggested workflow for Library Development and Distribution as described here: http://clojure-d

2条回答
  •  余生分开走
    2021-02-19 10:13

    What you are looking for is Leigningen's hard to find unless you know what to look for "checkouts" features.

    Documentation: https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#checkout-dependencies

提交回复
热议问题