Skip to content

collection of basic JS/React codemod scripts to prepare for TS on a codebase

Notifications You must be signed in to change notification settings

buildo/ts-codemod-scripts

Repository files navigation

You'll need to npm i -g jscodeshift first.

Dry run a script as

jscodeshift -t path/to/codemod.js /path/to/project/src -d

Run a script as

jscodeshift -t path/to/codemod.js /path/to/project/src

About

collection of basic JS/React codemod scripts to prepare for TS on a codebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published