mirror of
https://github.com/facebook/react.git
synced 2026-02-25 13:13:03 +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 $@
|