This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-12
Channels
- # babashka (4)
- # beginners (49)
- # biff (17)
- # calva (12)
- # cider (5)
- # clojure-czech (1)
- # clojure-europe (3)
- # clojure-norway (3)
- # core-logic (1)
- # cursive (4)
- # data-science (2)
- # datalevin (7)
- # emacs (1)
- # events (6)
- # fulcro (11)
- # helix (7)
- # hyperfiddle (30)
- # lsp (4)
- # podcasts-discuss (1)
- # practicalli (4)
- # releases (1)
- # remote-jobs (7)
- # ring (6)
- # spacemacs (4)
- # tools-deps (5)
I've been looking for fast (startup) HTML to Hiccup conversion lately and didn't find anything that quite worked so was wondering how hard it would be to package this as a pod / bbin thing: https://github.com/kwrooijen/hiccup-cli/blob/master/src/hiccup_cli/core.clj
here's an example of how to do this with bootleg (which is a pod): https://github.com/babashka/pod-registry/blob/6873a21d9db8c4d903a0486b645eaba0389d9375/examples/bootleg.clj#L18-L19
Ohh that’s amazing! Thank you!
Thanks that got me in the right direction: https://gist.github.com/martinklepsch/cdd68dba96799dba0266b8842ae00ce3
🎉 1