Hi 👋 trying to clone the template as per instructions in https://fierycod.github.io/holy-lambda/#/babashka-backend-tutorial - I get the following error: No function found on command line or in :exec-fn
On Mac
Do you have clj-new installed?
yes, it's installed and I can create a new app with, for example: clojure -Tclj-new app :name myname/myapp
Works with clojure -Tclj-new create :template holy-lambda :name company/example-lambda :output holy-lambda-example rather than
clojure -X:new...
I guess due to how clj-new was installed
Yeah. Cool you have figured it out. :)