polylith

tengstrand 2024-12-31T08:05:08.876249Z

For those of you who use ClojureScript in your Polylith workspace, please try the poly tool from the https://github.com/polyfy/polylith/tree/cljs-support branch. You need to add :dialects #{"clj" "cljs"} to workspace.edn. In addition, I would like to wish everyone a Happy New Year!

4
4
🎆 5
9
🎇 5
seancorfield 2024-12-31T17:13:45.902189Z

Currently, if you create a new brick and specify dialect:cljs, you still get a minimal Clojure brick. It would be great to get feedback on what you would expect in a ClojureScript base and a ClojureScript component (and a ClojureScript project). Polylith uses Selmer templates now, when creating things, so there's an opportunity to customize things quite a bit but the actual generated files are (currently) hard-wired into poly create for each type of thing. See https://github.com/polyfy/polylith/blob/cljs-support/doc/templates.adoc for early documentation on overriding and customizing templates.

🙌 1