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

https://github.com/fakenickels/reasonable-codemod

Trying out some ideas for codemods
https://github.com/fakenickels/reasonable-codemod

Last synced: 7 months ago
JSON representation

Trying out some ideas for codemods

Awesome Lists containing this project

README

          

# Reasonable Codemod

[Follow up my blog for updates!](https://blog.fakenickels.dev)

Upgrade from `bs-react-native-jsx3-compat` to `reason-react-native`.

### todo

- [x] Style
- [x] Linking
- [ ] Keyboard
- [ ] Animated
- [ ] Image
- [ ] Packager
- [ ] Dimension
- [ ] Alert
- [ ] FlatList

### readme yet to be updated

## Installation

```console
$ esy add reasonable-codemod
```

## Usage

```
ls **/*.re | esy x codemod
```

[WIP]

# Structure

`Codemod.re` file contains the main refactor logic. My idea is that after you'll only need to care about modifying that file and leave the rest of the boilerplate untouched.