Last active
December 4, 2016 01:05
-
-
Save nickserv/be05ffa83c0cca694c354868498291d6 to your computer and use it in GitHub Desktop.
Run all transforms in https://github.com/5to6/5to6-codemod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
for transform in node_modules/5to6-codemod/transforms/*.js; do | |
jscodeshift -t "$transform" $@ | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment