@start/plugin-lib-flow-generate
v2.0.0
Published
🏭 Generate `.js.flow` files using Flow
Downloads
68
Readme
🏭 plugin-lib-flow-generate
Generate .js.flow files using Flow.
Install
$ yarn add --dev @start/plugin-lib-flow-generateUsage
Signature
flowCheck(...flowArgs: string[])Example
import flowGenerate from '@start/plugin-lib-flow-generate'
export task = () => flowCheck()