holy-lambda

Drew Verlee 2024-02-08T04:36:14.775659Z

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?

Karol Wójcik 2024-02-08T08:33:09.824039Z

Did you try this? https://fierycod.github.io/holy-lambda/#/project-scaffolding

Drew Verlee 2024-02-08T15:07:01.233369Z

i didn't (how did i miss this)

Drew Verlee 2024-02-08T15:07:39.822859Z

that worked! thanks

😄 1
Drew Verlee 2024-02-08T04:37:02.931339Z

apologies if i'm away if and when someone responds, ill get back to it as soon as i can 🙂

Karol Wójcik 2024-02-08T06:07:10.913319Z

Did you install clj-new as your tool?

Drew Verlee 2024-02-08T06:12:23.840279Z

I can run the examples on the clj-new repo and they work. So, yes.