Skip to content

Please support JavaScript – don't force TypeScript by default #21355

@gowy222

Description

@gowy222

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions