kravetsone / create-elysiajs

Scaffolding your Elysia project with the environment with easy!
https://www.npmjs.com/package/create-elysiajs
37 stars 2 forks source link

can it be used on an exising project? #133

Open assapir opened 1 month ago

assapir commented 1 month ago

We already have a bun/ElysiaJS project, is there a way to add that to an existing project without resetting everything?

kravetsone commented 1 month ago

We already have a bun/ElysiaJS project, is there a way to add that to an existing project without resetting everything?

i guess no. this package aims only on fast and configurable new package scaffolding

assapir commented 1 month ago

Thanks! Can I hope to make this a feature request or should I close it?

kravetsone commented 1 month ago

Thanks! Can I hope to make this a feature request or should I close it?

and how do you imagine it? if you tell us in more detail, maybe we'll come up with something

assapir commented 1 month ago

In case the directory of the project exist, it checks if anything already installed and skipping it. For the other things it should add to the package.json and the needed config files (without the scaffolding)