I noticed that you warn users that not every files may be parsed with Babel 5.
Since v0.3.21, jscodeshift allows to specify a different parser, including flow and babylon. I haven't done extensive testing yet, but if you find that either parser works for your use cases, updating the examples to include --parser=... could be useful.