Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 25 days 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
```