-
Someone posted a really ergonomic one here a few months ago inspired by the jQuery API (don't knock it, it works well for ASTs): Subsecond.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
If that isn't enough or you find issues with it, the current de-facto standard for codemods is jscodeshift. You'll write more code, but at least you only have to write it once.
-
I've found https://github.com/davidmfoley/node-trucker to be brilliant for things like this, I use it to move the files and it updates all the imports.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Migrating 120k+ Lines of Legacy Banking JavaScript to TypeScript with Zero Downtime
-
From React to TypeScript, Simplifying Migration with ts-migrate
-
How to Do a TypeScript Conversion: an opinionated take on gradual conversions
-
[AskJS] Can anyone recommend a test runner with ESM and Custom Loader Support?
-
Declaring static json imported "as const"