jamestalmage / generator-codemod

A generator to create codemods quickly.
MIT License
11 stars 1 forks source link

Generator should print the command for running your codemod #4

Open jamestalmage opened 8 years ago

jamestalmage commented 8 years ago
Enter the following command in your terminal when you are ready to use your codemod:
   jscodeshift -t path/to/codemod.js [files]
sindresorhus commented 8 years ago

Run the following command in your terminal to use your codemod: