sink ⚓️
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
Usage
Be sure to use the @latest
suffix to ensure that you are always running the latest version
npx @alexreardon/sink@latest [path-to-package]
Usage: with global install
yarn global add @alexreardon/sink
sink [path-to-package]
Local development
- Start typescript compiler:
yarn dev
- To run against a folder:
yarn start [path-to-package]
Learning Typescript
See the learning typescript notes