honojs / create-hono

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

fix(dependencies): handle --no-install flag properly #39

Closed emmanuelchucks closed 1 month ago

emmanuelchucks commented 1 month ago

This allows to run this command and skip all prompts. Useful when called from a script.

pnpm create hono my-app --template x-basic --no-install --pm pnpm
yusukebe commented 1 month ago

@emmanuelchucks I'll check it later!

yusukebe commented 1 month ago

Hi @emmanuelchucks

Thank you for the PR. I've left the comments.

yusukebe commented 1 month ago

@emmanuelchucks

Thanks! Let's ship it.