Fork me on GitHub
#shadow-cljs
<
2020-01-02
>
royalaid17:01:29

@thheller is there a recommended way to build templates with shadow similar to create-cljs-app?

thheller18:01:01

dunno. I rarely use templates

thheller18:01:36

$ npx create-cljs-project acme-app is pretty much all I have used since making it

thheller18:01:01

but its only a basic project scaffold. no actual "template" stuff

royalaid20:01:11

I have been playing around with a bunch of stuff that requires a fair bit of scaffolding, service workers, and want to make the setup process easier for people in the future

royalaid20:01:41

So I wanted to make sure that if tools existed I aligned with it