Fork me on GitHub
#pedestal
<
2022-10-31
>
agorgl15:10:20

Hello there! How do you usually create your new pedestal project skeletons based on deps.edn ? I created an empty project using clojure -Tclj-new app :name sample.service :output sample-service and manually added the pedestal dependencies, and some code from the hello-world example in the pedestal repo. Is there any better/recommended way?

hlship19:10:08

Pedestal currently has a Leiningen template. I'm in the middle of converting Pedestal from Leinigen to deps.edn, and I suspect we'll be able to create a template for that.