flow-bro
v0.4.3
Published
Your personal flow type helper with features like coverage and watch mode
Downloads
263
Maintainers
Readme
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 link
in the cloned repo - install the linked version by running
npm install -g flow-bro
License
MIT © Daniel Schmidt