/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-commonly-used-argum-5741d6292022-commonly-used-arguments-s0032-c0000.md
Commonly used arguments (1) - hono-docs
Commonly used arguments (1) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt commonly used argumen...
Commonly used arguments (1)
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#commonly-used-arguments
Summary
| Argument | Description | Example | | :---------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------...
Content
| Argument | Description | Example |
|---|---|---|
--template <template> | Select a starter template and skip the interactive template prompt. Templates may include names like bun, cloudflare-workers, vercel, etc. | --template cloudflare-workers |
--install | Automatically install dependencies after the template is created. | --install |
--pm <packageManager> | Specify which package manager to run when installing dependencies. Common values: npm, pnpm, yarn. |