CVarisco / create-component-app

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

Fix generateComponentMethods that print null when is empty #70

Closed CVarisco closed 6 years ago

CVarisco commented 6 years ago

When the option 'componentMethods' is empty, should return '' and not null. Referred to #68

Thanks a lot to @vemv 👍