Fork me on GitHub
#tools-deps
<
2020-02-02
>
borkdude12:02:22

created a little script to easily generate git url + latest sha on the command line which you can then paste into deps.edn: https://github.com/borkdude/babashka/#generate-depsedn-entry-for-a-gitlib

🎉 4
borkdude12:02:53

to use the script with clojure (JVM) instead of bb, you'll need to change the shebang into #!/usr/bin/env clojure, add a prn around the returning expression and add (shutdown-agents) at the bottom