-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Description
Existing documentation URL(s)
https://developers.cloudflare.com/pages/framework-guides/deploy-a-hono-site/
pnpm create cloudflare@latest my-hono-app --framework=hono --platform=pages
The project is automatically initialized with TypeScript, with no prompt or option to choose JavaScript instead.
It would be great to add a flag or interactive prompt to allow users to choose between TypeScript and JavaScript. While TypeScript is a great choice for many, some users—especially beginners or those preferring a simpler setup—may want to start with plain JavaScript.
Providing this flexibility would improve developer experience and make the tool more inclusive for a broader audience.
Thanks for the great work!
What changes are you suggesting?
pnpm create cloudflare@latest my-hono-app --framework=hono --platform=pages --language=js
Additional information
No response