mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01: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 $@
|