My workflow has generally changed to one based on clj and tools.deps 
wherever possible. I continue to use lein for uberjarring, so I wrote this 
tool to jar up the classpath.

depstar has no dependencies, and uses the JVM classpath instead of reading 
deps.edn directly.

It handles merging multiple data_readers.clj & Java service loader 
manifests.  It does not handle AOTing nor specifying a main class. (Though 
the README has a suggestion about how to include web assets or AOT -- tldr 
specify :extra-paths in deps.edn)

https://github.com/healthfinch/depstar

Include it in deps.edn (either in your project or your 
$HOME/.clojure/deps.edn):

  :aliases {:depstar
              {:extra-deps
                 {com.healthfinch/depstar {:git/url 
"https://github.com/healthfinch/depstar.git";
                                           :sha 
"4aa7b35189693feebc7d7e4a180b8af0326c9164"}}}}

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to