-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Provide a way to run codemods #13
Comments
For codemodding itself I like it. I wonder about Like, would |
Might be a place to consider |
Totally, we’d need to change how we use
👍 |
So if |
It might also be neat if there were scripts like |
Agreed that one script is better (we can still do it btw, just need to change those commands to be a single bin entry point). Something like |
V2ing |
|
|
Let me codemod everything to react-scripts in the repo while one of you grab the npm package |
And I grabbed the npm module |
I’m pretty sure we’ll want to do this at some point, but let’s wait for first codemod to turn up, and then think about it. |
I feel like this could be a nice way to introduce people to the idea of codemods. Many people don't know about https://github.com/reactjs/react-codemod or think running it is complicated. Maybe providing something like
npm run upgrade-to-react-16
would be helpful. (Just throwing this idea out there.)The text was updated successfully, but these errors were encountered: