diegohaz / generact

Generate React components by replicating your own
https://git.io/generact
MIT License
1.48k stars 64 forks source link

Component doesn't replace file name #18

Open marmikdesai opened 6 years ago

marmikdesai commented 6 years ago

Hi,

Thanks for creating this library. I am having one issue. After generating new component I am getting same file name. For example AppAnything is new component. But it file name is Button.js. Please note folder name change AppAnything after generating new component.

I am using windows machine.