@alexreardon/sink

A cli for bootstrapping a Atlaskit flow to ts conversion

Usage no npm install needed!

<script type="module">
  import alexreardonSink from 'https://cdn.skypack.dev/@alexreardon/sink';
</script>

README

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