I'm updating from Material-UI 0.x to 1.0.
The docs for migration-helper say to run:
jscodeshift -t <codemod-script> <path>.
I've never used jscodeshift before, and I've never seen the notation before, so I would like to get some advice on how to use this. :) Googling jscodeshift codemod-script
brings up nothing relevant.
What does codemod-script
need to be?