echobind/bisonapp

Generator doesn't seem to work?

FarazPatankar opened this issue · 3 comments

Hey, so I wanted to check this out today and I tried using both npx and yarn create. The generators ask all the questions and also show the success state but nothing gets created?

I also tried different node versions. Screenshot below 👇

bison@2x

Hi @FarazPatankar, thanks for reporting this. Currently, if you choose "Heroku" as the deployment option, it requires that you already have the Heroku CLI installed for it to proceed with the setup.

We have refactored this recently so that the Heroku CLI isn't required anymore but this change has not been officially released yet. To create a Bison app using our bleeding edge version, you can run npx create-bison-app@canary MyApp.

Ah, I see. I'll try to give it a shot today.

I was hoping to create a starter for Railway btw. It'd be really cool if we could also add it as a deployment option.

Let me know if that's something we can work towards?

cball commented

@FarazPatankar absolutely! We also plan to support Render as an out of the box option soon. We'll probably need a better way to organize the different prompt paths, so if you have any suggestions there as you're looking at it we'd love to hear them.