A basic utility I wrote for myself to do quick one-off jscodeshift transforms. Watches your transform code and reruns any time you save it. Prints a diff of the transformed code, and if any file(s) changed, prompts whether you want to write the changes.
> jscodeshift-watch -t TRANSFORM_PATH PATH...