Fork me on GitHub
#cryogen
<
2022-12-26
>
Sakib21:12:32

I tried clojure -X:new :template cryogen :name me.my-blog from https://cryogenweb.org/docs/getting-started.html got this error No function found on command line or in :exec-fn

dorab23:12:21

The instructions on that page seem to be incomplete. Try following the instructions at https://github.com/cryogen-project/cryogen

dorab23:12:11

Might want to update the git tag to the latest.

seancorfield00:12:41

@U0AT6MBUL That Getting Started page is missing how to install/setup clj-new -- I would suggest adding a link to https://github.com/seancorfield/clj-new#installation-as-a-tool and then doing

clojure -Tclj-new create :template cryogen :name me.my-blog
(which correctly generates a new Cryogen project)

seancorfield00:12:35

@U038FTEBZFX If you want to try that (installing clj-new as a tool, if you haven't already; then clojure -Tclj-new create ...), let me know if you run into any problems.

dorab01:12:59

Thanks @U04V70XH6 I've raised a PR to clarify.

❤️ 1
🙏 1