0.15.3 • Published 5 months ago

create-hono v0.15.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

0.15.3

5 months ago

0.15.0

5 months ago

0.15.1

5 months ago

0.15.2

5 months ago

0.14.3

7 months ago

0.14.2

9 months ago

0.13.0

10 months ago

0.14.0

9 months ago

0.13.1

10 months ago

0.14.1

9 months ago

0.12.0

11 months ago

0.11.0

11 months ago

0.10.1

12 months ago

0.9.3

1 year ago

0.10.0

12 months ago

0.9.2

1 year ago

0.9.1

1 year ago

0.9.0

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.7.4

1 year ago

0.7.3

1 year ago

0.7.2

1 year ago

0.7.1

1 year ago

0.7.0

1 year ago

0.6.3

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.6

2 years ago

0.2.3

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago