@start/plugin-lib-flow-check

v2.0.0
🚷 Check types using Flow
tasks runner start start-plugin flow flowtype

🚷 plugin-lib-flow-check

Check types using Flow.

Install

$ yarn add --dev @start/plugin-lib-flow-check

Usage

Signature

flowGenerate(outDirRelative: string, ...flowArgs: string[])

Example

import sequence from '@start/plugin-sequence'
import find from '@start/plugin-find'
import flowGenerate from '@start/plugin-lib-flow-generate'

export task = () =>
  sequence(
    find('src/**/*.js'),
    flowGenerate('build/')
  )
npm i @start/plugin-lib-flow-check

Metadata

  • MIT
  • >=12.13.0
  • Kir Belevich
  • released 8/14/2020

Downloads