Hello fellow gardeners! 🪷 After many years as a lein garden auto enjoyer, I am on to a project that uses shadow-cljs + deps.edn ...
I found this repo: https://github.com/lambdaisland/garden-watcher --- it looks great, and actually works for the equivalent of lein garden once, but it's not clear what the command-line equivalent of lein garden auto is there.
Anyone else? What are you using for this?
Nice! I was able to wrap lambdaisland/garden-watcher and get to a nice spot. Thanks for your thoughts.
We did use a watcher solution with shadow + deps. It was not lamdbaisland garden watcher, but something we built, heavily inspired by garden-watcher. We didn't use command-line to kick things off but in development we started the watcher when we started to system (we're using component)
But since then, we moved to a shadow-cljs build-hook solution where we register the CSS classes on macroexpansion time, similar to what ornament does: https://github.com/lambdaisland/ornament