evcodeshift
evcodeshift copied to clipboard
A JavaScript codemod toolkit.
Results
2
evcodeshift issues
Sort by
recently updated
recently updated
newest added
Played around with the evcodeshift api and succeeded in creating a very minimal transformer. Next steps include making this more robust and complete, figuring out the proper file structure, adding...
Problem: once of the most common uses of codemods, at least for me, is to update data in configuration files that are written in Javascript/Typescript instead of in JSON. I...
enhancement