create-hono
create-hono copied to clipboard
CLI for creating a Hono app
Currently, we have to choose whether to install dependencies after cloning a template, which is not good UX. After making all your choices, we need to download it.
Testing https://github.com/honojs/create-hono/issues/21 `PS C:\dev> deno --version deno 1.42.0 (release, x86_64-pc-windows-msvc) v8 12.3.219.9 typescript 5.4.3 PS C:\dev> deno run -A -L debug npm:create-hono test-app DEBUG RS - deno::args::package_json:146 - No package.json...
The binary size of `create-hono` is currently 1.39 MB. This is clearly larger than ~`create-remix` (93.3kB)~(with dependencies) and `create-vite` (56.9kB) and should be improved. These are some of the ways...
Can we add support for `--template` or something through which we can use external templates? This is how the usage will be `pnpm create hono@latest --template=repo_addr`. I understand that we...
I use following line to create a project in current directory. ``` npm create hono@latest . -- --template nodejs --install --pm npm ``` As you might feel, I want to...
Related: https://github.com/honojs/hono/issues/2992 This problem does not occur if you install Node.js. ```sh C:\Users\xxxx\>bun create hono create-hono version 0.9.0 ? Target directory my-app ? Which template do you want to use?...
### What version of Hono are you using? 4.4.7 ### What runtime/platform is your app running on? Windows, Node.js v22.3.0 ### What steps can reproduce the bug? Hi, it's the...
## Steps to reproduce: 1. Start a Node.js Blank project in https://stackblitz.com/ 2. Delete everything comes from their template 3. Run `pnpm create hono@latest my-app` [as stated in the docs](https://hono.dev/docs/getting-started/basic)....
yinsheng@yinshengdeMac-mini demo % yarn create hono my-app yarn create v1.22.22 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4] 🔗 Linking dependencies... [4/4] 🔨 Building fresh packages... success Installed "[email protected]"...
### **What version of Hono are you using?** 0.15.3 ### **What runtime/platform is your app running on? (with version if possible)** Cloudflare Workers ### **What steps can reproduce the bug?**...