honojs / create-hono

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

[Feature Request] Install dependencies after creating project directory #18

Closed neutrino2211 closed 4 months ago

neutrino2211 commented 4 months ago

Currently, after creating the project directory the program quits. Although it is documented to run bun/pnpm/npm/yarn install, I think adding an option for users to choose whether or not to install packages and which package manager to use could improve the experience like other create-*-app tools.

I can work on this but I want to know if this aligns with what the hono team envisions for the create-hono experience

yusukebe commented 4 months ago

Hi @neutrino2211 !

I really want the feature!

I can work on this but I want to know if this aligns with what the hono team envisions for the create-hono experience

My plan is to renew this create-hono in the future. But this feature can be implemented now. If possible, I would be glad if you could make a PR.

neutrino2211 commented 4 months ago

Great! I'll get on it