2.1.0 • Published 5 years ago

f2t v2.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

f2t

npm version
CLI tool for converting Flow code into Typescript

Usage

$ npx f2t -i ./src

Options:
  --version    Show version number                                     [boolean]
  --input, -i  Set the directory path you want to convert    [string] [required]
  --help       Show help                                               [boolean]

Dependencies

babel plugin

  • @babel/plugin-syntax-object-rest-spread
  • @babel/plugin-syntax-class-properties
  • @babel/plugin-syntax-flow
  • @babel/plugin-syntax-jsx
  • @cureapp/babel-plugin-flow-to-typescript