Skip to content

Instantly share code, notes, and snippets.

@phelma
Created May 17, 2021 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phelma/e653f7d37426a1c0520df514d040503c to your computer and use it in GitHub Desktop.
Save phelma/e653f7d37426a1c0520df514d040503c to your computer and use it in GitHub Desktop.
react-js-to-jsx.sh
find . -name '*.js' \
-exec grep -l '@jsx\|import.*react' {} \+ \
| xargs rename -v 's/\.js/\.jsx/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment