Fork me on GitHub
#tools-deps
<
2021-11-28
>
hugod17:11:50

I’ve been working on an installable tool for running build tasks. The tasks can be run using clj -T or by using a babashka script (works for most tasks). The tasks optionally use a project.edn file to provide the project name and version. The project is alpha at the moment. Thanks to @borkdude for helping to get babashka to be able to run tools.build tasks. https://github.com/hugoduncan/makejack

👍 2