turutupa / cf-create-app

14 stars 3 forks source link

Allow `--template typescript` for create-react-app #14

Open nicobrinkkemper opened 4 years ago

nicobrinkkemper commented 4 years ago

Hi all,

Is it possible to run cf-create-app with additional parameters for react? I want to be able to follow these steps: https://create-react-app.dev/docs/adding-typescript/

Ideally I'd want to be able to run cf-create-app MYNAME --library react --template typescript

Regards,

Nico

turutupa commented 4 years ago

Hey @nicobrinkkemper !

I totally agree with you, this is a must feature in my opinion and high priority in our roadmap. Haven't added added it yet as I was off on vacation but will try to add it soon.

Thank you very much for your feedback and please do not hesitate to open more requests

turutupa commented 3 years ago

Hey @nicobrinkkemper, sorry I took so long. I haven't actually implemented the flags as you had them in the example to be able to choose in just one line the frontend framework plus the template, but in the meantime the option to choose template in react should be working.