rrdelaney / ReasonablyTyped

:diamond_shape_with_a_dot_inside: Converts Flow and TypeScript definitions to Reason interfaces
https://rrdelaney.github.io/ReasonablyTyped/
MIT License
518 stars 24 forks source link

Use custom Flowgen #37

Closed rrdelaney closed 7 years ago

rrdelaney commented 7 years ago

flowgen has some problems, and installs a lot of dependencies unnecessarily because it lists many development dependencies as real dependencies. flowgen2 should fix the extra dependencies problem.

rrdelaney commented 7 years ago

Looks like Flowgen2 doesn't have all the features of the original yet, so going with a custom fork of flowgen