bb run
updates:
Work in progress docs: https://github.com/babashka/babashka/issues/778
Work in progress branch: [bb-run](https://github.com/babashka/babashka/tree/bb-run)
Work in progress example(s):
- https://github.com/borkdude/antq/blob/bb-run/bb.edn
Discuss: https://github.com/babashka/babashka/discussions/779
> People often need to create a Makefile or Justfile in their clojure projects I hope to use it across way more than just clojure projects 🙂
your task dependencies example doesn’t use :when
in the issue
I like :when
with modified-since?
that basically solves the most import part of make files, after :depends
imo
the antq example is amazing
I don’t think I understand what :paths
is for
@grazfather :paths
isn't really necessary here but it's setting the classpath for bb scripts
ah, ty
Another proof of concept for bb run / make: https://github.com/borkdude/mach/blob/bb-run/examples/app/bb.edn
Another one: https://github.com/borkdude/mach/blob/bb-run/examples/pdf/bb.edn