Skip to content

Instantly share code, notes, and snippets.

@nickserv
Last active December 4, 2016 01:05
Show Gist options
  • Save nickserv/be05ffa83c0cca694c354868498291d6 to your computer and use it in GitHub Desktop.
Save nickserv/be05ffa83c0cca694c354868498291d6 to your computer and use it in GitHub Desktop.
#!/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