Skip to content

diskshima/fl2ts-web

Repository files navigation

Flow to TypeScript Converter

Flow to TypeScript converter that works inside the browser.

The code is hosted on github.io: https://diskshima.github.io/fl2ts-web/

This work uses the code in Kiikurage/babel-plugin-flow-to-typescript to convert Flow to TypeScript.

Development

  1. Initialize the submodule
    git submodule init
    
  2. Build submodule.
    cd src/babel-plugin-flow-to-typescript
    npm install
    
  3. Open HTML file.
    open docs/index.html
    

Built With

Authors

  • Daisuke Shimamoto - Initial work - diskshima

License

This project is licensed under the MIT License - see the LICENSE file for details.