For when you no longer want to
flow
t
A cli tool to help with the migration of Atlaskit components from flow
to typescript
.
It runs repeatable conversion tasks to help accelerate quality conversions
Be sure to use the @latest
suffix to ensure that you are always running the latest version
npx @alexreardon/sink@latest [path-to-package]
yarn global add @alexreardon/sink
sink [path-to-package]
- Start typescript compiler:
yarn dev
- To run against a folder:
yarn start [path-to-package]
See the learning typescript notes