honojs / create-hono

CLI for creating a Hono app
52 stars 14 forks source link

feat(dependencies): hide install option if no package manager is installed. #46

Closed 6km closed 4 months ago

6km commented 4 months ago

Hide the install dependencies option if no package manager is installed. I have tested it manually and it works fine.

Thanks to @ryuapp for pointing out this issue! Closes #45

yusukebe commented 4 months ago

Hi @6km !

Thanks! I'll merge this now and release a patch-release v0.8.1 that includes this change. This is a feat and important but it's small change for the user, so it will be a patch-release.