holy-lambda

2022-03-03T12:10:12.164149Z

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

2022-03-03T12:10:34.125609Z

On Mac

Karol Wójcik 2022-03-03T12:14:12.698529Z

Do you have clj-new installed?

Karol Wójcik 2022-03-03T12:16:23.094709Z

https://github.com/seancorfield/clj-new

2022-03-03T12:18:24.010969Z

yes, it's installed and I can create a new app with, for example: clojure -Tclj-new app :name myname/myapp

2022-03-03T12:40:48.364839Z

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

Karol Wójcik 2022-03-03T14:08:07.703709Z

Yeah. Cool you have figured it out. :)