f2t

2.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i f2t

Weekly Downloads

1

Version

2.1.0

License

MIT

Unpacked Size

17.1 kB

Total Files

9

Last publish

Collaborators

  • nissy-dev