🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

create-hono

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-hono

Create a Hono application from starter templates.

0.19.0
latest
Version published
Weekly downloads
6.2K
18.95%
Maintainers
1
Weekly downloads
 
Created

Create Hono

Create a Hono application from starter templates.

Quick Start

Starter templates are available for each platform. Use one the following "create-hono" commands.

# npm
npm create hono@latest

# yarn
yarn create hono

# pnpm
pnpm create hono@latest

# bun
bun create hono@latest

# deno
deno run -A npm:create-hono@latest

Options

-t, --template <template>

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-pages

-i, --install

Install dependencies after cloning template.

npm create hono@latest ./my-app -- --install

-p, --pm <pnpm|bun|deno|npm|yarn>

Allows you to specify which package manager to use.

npm create hono@latest ./my-app -- --pm pnpm

-o, --offline

Use the local cache instead of fetching the latest templates.

npm create hono@latest ./my-app -- --offline

Author

Yusuke Wada https://github.com/yusukebe

and Hono contributors

License

MIT

This project source code is based on Create Solid MIT Licensed. https://github.com/solidjs/solid-start/tree/main/packages/create-solid

FAQs

Package last updated on 13 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts