This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-04
Channels
- # announcements (1)
- # babashka (7)
- # beginners (25)
- # calva (38)
- # cider (2)
- # clerk (54)
- # clojure (21)
- # clojure-austin (1)
- # clojure-europe (11)
- # clojure-nl (1)
- # clojure-norway (5)
- # clojure-uk (2)
- # clr (16)
- # conjure (2)
- # cursive (15)
- # datalevin (1)
- # datomic (2)
- # emacs (3)
- # fulcro (1)
- # hoplon (14)
- # humbleui (9)
- # hyperfiddle (31)
- # improve-getting-started (12)
- # jobs (7)
- # off-topic (15)
- # reitit (3)
- # releases (1)
- # spacemacs (22)
- # squint (16)
- # tools-deps (8)
- # vim (50)
- # xtdb (33)
We have deps-new templates. If you try, please report back. I will wait a little before adding this on the Hoplon readme. It will generate a shadow-cljs based project. https://github.com/hoplon/project-template
thanks! i tried and hit this:
$ clojure -T:build test
WARNING: Specified aliases are undeclared and are not being used: [:build]
Unqualified function can't be resolved: test
... looks like the template is missing a deps.edn
with a :build
alias(near total speculation, never used clojure
before)
Oh, is that on the generated project? That command is for the template project itself, it has a minimal test.
:man-facepalming: i'll get back on my meds
The generated project has it own readme that has commands that will (hopefully) work to build it.
I can see how that could be confusing, will change to another section. I did not change the generated readme for the template itself.
great, thanks, and thanks for running with hoplon. pretty awesome to see it getting some love
I'm really thankful for everything I learned from you and Hoplon. It is great to be able to contribute a little back. 🙇
gratitude is mutual my friend
i installed node 18 and got this running in a cinch