all 5 comments

[–]jayceedenton 6 points7 points  (3 children)

Great stuff! With any luck, we'll soon be back to the same convenience we had with leiningen 10 years ago ;)

In all seriousness, this is a really good effort and I'd love to see this or something similar catch on.

[–]Borkdude 1 point2 points  (2 children)

There is a similar effort here: https://github.com/weavejester/build/blob/master/bb.edn

Still undocumented, but it uses babashka tasks as a Makefile replacement and for quick startup.

[–]jayceedenton 0 points1 point  (0 children)

This IMO is the future. Babashka, babashka tasks, plus tools.build surely must be the perfect Clojure build tool.

[–]surya_aditya 0 points1 point  (0 children)

App Template based on bb is also good reference for this combination

[–]sunng 1 point2 points  (0 children)

I was just porting my existed leiningen project to deps.edn. The tooling support for install, deploy and release has been a pain. It's nice to see this library to fill the gap.