This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-26
Channels
- # asami (2)
- # babashka (1)
- # beginners (31)
- # calva (11)
- # clj-together (3)
- # clojure (43)
- # clojure-europe (6)
- # clojure-norway (1)
- # clojurescript (14)
- # core-async (3)
- # core-logic (24)
- # cryogen (6)
- # datascript (2)
- # datomic (3)
- # fulcro (35)
- # honeysql (2)
- # hyperfiddle (12)
- # kaocha (3)
- # lsp (11)
- # off-topic (10)
- # pathom (2)
- # reagent (14)
- # releases (1)
- # sci (11)
- # shadow-cljs (27)
- # tools-deps (7)
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
The instructions on that page seem to be incomplete. Try following the instructions at https://github.com/cryogen-project/cryogen
@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)@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.