flow-bro
flow-bro copied to clipboard
Some helpers (least coverage) for your flow workflow
Flow-Bro

Installation
npm install -g flow-bro
yarn global add flow-bro
Usage
flow-bro get-untyped 25
flow-bro coverage
flow-bro watch
Commands
get-untyped <number>
It gets you the most untyped components in the current directory.
Example:
flow-bro get-untyped 25
project-coverage (alias: coverage)
Get your overall flow coverage.
Example: flow-bro project-coverage
watch (alias: w)
Watches the directory for changes and gets you flow updates.
Example:
flow-bro watch
Contributing
To develop locally do the following:
- clone this repository
- run
npm linkin the cloned repo - install the linked version by running
npm install -g flow-bro
License
MIT © Daniel Schmidt