codemod-replace-react-fc-typescript icon indicating copy to clipboard operation
codemod-replace-react-fc-typescript copied to clipboard

Allow users to run this codemod from npx

Open gndelia opened this issue 3 years ago • 0 comments

The current run command seems to be excessive in complexity. There just should be really one step, something along the lines of

npx codemod-command <FOLDER-YOU-WANT-TO-TRANSFORM> <other-optional-flags>

Do some research on how to implement this - it might require implementing an npm package, perhaps?

gndelia avatar Jul 02 '21 12:07 gndelia