Create a Hono application from starter templates.
npm install create-honoCreate a Hono application from starter templates.
Starter templates are available for each platform. Use one of the following "create-hono" commands.
``bashnpm
npm create hono@latest
Options
$3
You can specify the desired template from the command line. This is useful for automation, where you'd like to skip any interactive prompts.
`
npm create hono@latest ./my-app -- --template cloudflare-workers
`$3
Install dependencies after cloning template.
`
npm create hono@latest ./my-app -- --install
`$3
Allows you to specify which package manager to use.
`
npm create hono@latest ./my-app -- --pm pnpm
`$3
Use the local cache instead of fetching the latest templates.
`
npm create hono@latest ./my-app -- --offline
``Yusuke Wada
and Hono contributors
MIT
This project source code is based on Create Solid MIT Licensed.