honojs / create-hono

CLI for creating a Hono app
41 stars 12 forks source link

feat: Add --install and --pm flags which skip interactive questions w… #34

Closed jculvey closed 2 months ago

jculvey commented 2 months ago

feat: Add --install and --pm flags which skip interactive questions when specified.

Allows you to: pnpm create hono@latest --install --pm pnpm and skip the questions. This simplifies the DX when running in automated contexts.

yusukebe commented 2 months ago

Hi @jculvey !

Awesome! These will bring good DX for users. One thing, can you update the README to add a description of these options?

yusukebe commented 2 months ago

Hi @jculvey !

Looks good. Let's ship it. Thanks!