CVarisco / create-component-app

Tool to generate different types of React components from the terminal. 💻
MIT License
859 stars 58 forks source link

Support for TypeScript components #47

Closed pulverize closed 6 years ago

pulverize commented 7 years ago

TypeScript is viewed as a viable means of type enforcement in React apps. All the components in my project are .tsx, and all the store files are .ts. I'd try out create-component-app if it had this functionality and it shouldn't be too difficult to implement.

CVarisco commented 7 years ago

Hi @pulverize !

thanks a lot for your help 🙂 Now, you can create a custom template and you can share it with the community also.

Otherwise, could you explain better what kind of feature do you have in mind? Thanks man 💯

CVarisco commented 6 years ago

I'll close the issue because the capability to have .ts files exists 👍