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!
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.