mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
8 lines
132 B
Bash
Executable File
8 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR=$(npm root -g)/react-codemod
|
|
TRANSFORM=$1
|
|
shift
|
|
|
|
$DIR/node_modules/.bin/jscodeshift -t $DIR/build/$TRANSFORM.js $@
|