GitShow/honojs/create-hono
honojs

create-hono

CLI for creating a Hono app

by honojs
Star on GitHubForknpm

TypeScript

110 stars22 forks16 contributorsActive · 1mo agoSince 2023v0.19.4MIT

Meet the team

See all 16 on GitHub →
yusukebe
yusukebe95 contributions
ryuapp
ryuapp16 contributions
MathurAditya724
MathurAditya72411 contributions
ryoppippi
ryoppippi7 contributions
6km
6km5 contributions
jculvey
jculvey3 contributions
arturgawlik
arturgawlik1 contribution
blazeshomida
blazeshomida1 contribution

Languages

View on GitHub →
TypeScript99.7%
JavaScript0.3%

Commit activity

Last 12 weeks · 1 commit

Full graph →

Community health

2 of 6 standards met

Community profile →
37
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Active · 2 in progress · Last activity 1mo ago
See all on GitHub →
colinhacks
feat: detect nub package managerOpenPR

When invoked through nub, create-hono defaults to npm. It reads the invoking package manager from in and falls back to npm; nub advertises , so it isn't matched. nub is a Rust CLI with a pnpm-compatible command grammar. This adds to the type, the map (), and the user-agent detection.

colinhacks · 1d ago
Kwack-Kwack
Various templates need updatingOpenIssue

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!

Kwack-Kwack · 2mo ago
ryuapp
fix: remove package manager fallbackOpenPR

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.

ryuapp · 4mo ago

Recent fixes

View closed PRs →
yusukebe
ci: pin GitHub Actions to SHAsMergedPR

Ref: https://github.com/honojs/hono/pull/4932

yusukebe · 1mo ago
ryuapp
ci: check types by tsgoMergedPR

Add type checking using tsgo (@typescript/native-preview) in CI. I chose tsgo because TypeScript will eventually migrate to it, and since is a CLI tool rather than a library, there is no need to consider type compatibility with downstream consumers.

ryuapp · 4mo ago
ryuapp
chore: add LICENSEMergedPR

The link to LICENSE was broken, so I removed it and created the license to this repo. It inherits the license as of create-solid v0.2.12. That version references the date in the commit history: https://github.com/honojs/create-hono/commit/5c5fa4398ce509f14a2a254901cf5e32d172e97d

ryuapp · 4mo ago
Structured data for AI agents

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.

·@ofershap

Replace github.com with gitshow.dev