jscodeshift topic
optional-chaining-codemod
Codemod to migrate from Lodash get and logical and expressions to optional chaining
ember-angle-brackets-codemod
Codemod to convert curly braces syntax to angle brackets syntax
tiny-treeshaker
🌳🥤 A tiny codemod for tree shaking (experimental) 🌳🥤
idx-to-optional-chaining
JSCodeShift codemod that transforms usage of idx to the draft optional chaining standard.
serverless-plugin-iopipe
Automatically wrap your serverless framework functions with IOpipe
ts-import-types-cli
Autofix TypeScript types to be imported using `import type`
js2tsx
A toolkit provide some codemod scripts based on jscodeshift to migrating react code base to typesceipt
async-await-codemod
Codemod script for migrating promise-based functions to use async/await syntax