An open API service indexing awesome lists of open source software.

https://github.com/buildo/ts-codemod-scripts

collection of basic JS/React codemod scripts to prepare for TS on a codebase
https://github.com/buildo/ts-codemod-scripts

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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

Dry run a script as
```sh
jscodeshift -t path/to/codemod.js /path/to/project/src -d
```

Run a script as
```sh
jscodeshift -t path/to/codemod.js /path/to/project/src
```