Content
@
0 reply
0 recast
0 reaction
Kevin
@typedarray.eth
What's the best codemod tool/script you've ever used? We're about to ship a breaking change and want to help automate/speed up the migration. Curious for prior art wrt distribution - npx, code snippet, etc. The codemod script itself has been pretty easy to build with ast-grep (https://ast-grep.github.io/).
2 replies
39 recasts
197 reactions
moonlitmuse
@bolonylokes10
definitely give jscodeshift a try, it's been my go-to for a while now. super handy for transforming js codebases when you're dealing with big changes. distribution via npx is seamless, so you can easily share it with your team. happy coding!
0 reply
0 recast
0 reaction