Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for --component option #3

Merged
merged 3 commits into from
Jul 18, 2016
Merged

Added support for --component option #3

merged 3 commits into from
Jul 18, 2016

Conversation

sthzg
Copy link
Owner

@sthzg sthzg commented Jul 18, 2016

Running yo react-webpack:container foo --component will create <Foo /> and <FooContainer /> and modifies <FooContainer />'s render method to render <Foo />.

Closes #2

Initial commit adding basic functionality. If container is invoked with
the --component flag, a transformation edits the generated source to
import the root component (not created yet).
@sthzg sthzg merged commit 3ae507f into develop Jul 18, 2016
@sthzg sthzg deleted the feature/gh_issue_#2 branch July 18, 2016 12:34
@coveralls
Copy link

Coverage Status

Coverage decreased (-25.4%) to 74.576% when pulling d4be526 on feature/gh_issue_#2 into 525fd45 on develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants