2.0.0 • Published 4 years ago

@start/plugin-lib-flow-check v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.1.0-2

6 years ago

0.1.0-1

6 years ago

0.1.0-0

6 years ago