@start/plugin-lib-flow-check
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

🚷 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/')
  )

Package Sidebar

Install

npm i @start/plugin-lib-flow-check

Weekly Downloads

21

Version

2.0.0

License

MIT

Unpacked Size

3.42 kB

Total Files

5

Last publish

Collaborators

  • fosimus
  • psxcode
  • deepsweet