Last 12 weeks · 1 commit
2 of 6 standards met
Various templates are not working quite right out-of-the-box, mostly due to TS 6/7 changes. [ ] aws-lambda (missing ) [ ] bun (missing in tsconfig array) [x] cloudflare-workers (no issues) [x] cloudflare-workers+vite (no issues) [x] deno (no issues) [x] fastly (no issues) [ ] lambda-edge (missing ) [x] netlify (no issues) [ ] nextjs (deprecation warnings) [ ] nodejs (deprecation warnings) [ ] vercel (deprecation warnings) [x] cloudflare-pages (no issues) [x] x-basic (no issues) All are run with and manually selecting the relevant template. Typescript version 6.0.3 AWS Lambda Missing devDependency, throws error at typechecking Bun is imported correctly but since TS 6 needs to be explicitly included in . Lambda Edge Same as AWS Lambda, missing devDependency NextJS Deprecation warnings on and . NodeJS Deprecation warning on Vercel Same deprecation warning as above All of these are at a glance, I haven't extensively tested these, so apologies if I am missing something. Thanks!
Related #118 This PR removes the fallback behavior that was triggered when the specified package manager was not found. The fallback make it difficult for users to debug issues, and given that this tool may be executed by AI agents, it should fail explicitly rather than silently falling back to an interactive TUI prompt.
Repository: honojs/create-hono. Description: CLI for creating a Hono app Stars: 110, Forks: 22. Primary language: TypeScript. Languages: TypeScript (99.7%), JavaScript (0.3%). License: MIT. Latest release: v0.19.4 (7mo ago). Open PRs: 2, open issues: 10. Last activity: 1mo ago. Community health: 37%. Top contributors: yusukebe, ryuapp, MathurAditya724, ryoppippi, 6km, jculvey, arturgawlik, blazeshomida, emmanuelchucks, BRAVO68WEB and others.