-
Notifications
You must be signed in to change notification settings - Fork 140
Added the ability to generate/scaffold a React.FunctionComponent #300
Conversation
nirre7
commented
Dec 29, 2019
•
edited
Loading
edited
- Added an external styles file to be generated when generating a component.
- Added minor fix for the prettier commands when running zsh (mac osx catalina)
- Fixed typ in readme
# Conflicts: # readme.md
Without the '' it won't work run prettier on nested folders.
Oh, so that broke the integration tests in generators-integration.test.ts => since I've added a choice now. |
Updated style reference to be camel case.
Looks OK now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Thanks @nirre7 ! Would you mind adding a "generators" section to the readme? I feel like we lack some documentation on generators and would love to include that with this PR. |
Yepp, will add it later today. |
@jamonholmgren updated the readme with information regarding generators. |
That's excellent! Thanks @nirre7 !!! |
# [4.13.0](v4.12.0...v4.13.0) (2020-01-16) ### Features * **generators:** Added a React.FunctionComponent generator ([#300](#300) by [@nirre7](https://github.com/nirre7)) ([a63bc01](a63bc01))
🎉 This PR is included in version 4.13.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |