alexreardon / sink

A cli tool to help with the migration of Atlaskit components from flow to typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sink ⚓️

For when you no longer want to flowt

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

  1. Start typescript compiler: yarn dev
  2. To run against a folder: yarn start [path-to-package]

Learning Typescript

See the learning typescript notes

About

A cli tool to help with the migration of Atlaskit components from flow to typescript

License:MIT License


Languages

Language:JavaScript 89.8%Language:TypeScript 10.2%