create-hydrogen-app typescript template #1221
kcarra
started this conversation in
Ideas + Feature Requests
Replies: 1 comment 4 replies
-
If anyone is interested more in this I put a draft pr up that I'll most likely continue hacking away on unless this is something the core team is working on |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wanted to get a discussion going around the addition of adding a typescript template to the create-hydrogen-app package. I've seen other discussions on here about doing something similar, and it seems like this was thrown around with the
h2
cli. I've been hacking away at a forked repo on a possible implementation but want to get some input before making to many assumptions.Questions I would be interested in getting feedback on:
template-hydrogen-default
template but with typescript? Or would a slimmed down version of this template suffice? eg. the hello world template but in typescript.enquirer
or--template hello-world-template
for user input? Sinceenquirer
is already being used I'm leaning towards using it for template selection to reduce documentation.Beta Was this translation helpful? Give feedback.
All reactions