Skip to content
This repository was archived by the owner on Mar 27, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 1.16 KB

File metadata and controls

29 lines (19 loc) · 1.16 KB

🏭 plugin-lib-flow-generate

npm linux windows coverage deps

Generate .js.flow files using Flow.

Install

$ yarn add --dev @start/plugin-lib-flow-generate
# or
$ npm install --save-dev @start/plugin-lib-flow-generate

Usage

Signature

flowCheck(...flowArgs: string[])

Example

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

export task = () => flowCheck()