How would i got about figuring out why this:
clojure -X:new :template holy-lambda :name com.company/example-lambda :output holy-lambda-example
does this:
No function found on command line or in :exec-fn
Instead of the happy path?
I'm on linux, and i already had most of the deps installed, though i didn't use brew. I doubt thats it. The error itself seems to be saying it can't find the function... but i don't understand, what function can't it find?Did you try this? https://fierycod.github.io/holy-lambda/#/project-scaffolding
i didn't (how did i miss this)
that worked! thanks
apologies if i'm away if and when someone responds, ill get back to it as soon as i can 🙂
Did you install clj-new as your tool?
I can run the examples on the clj-new repo and they work. So, yes.