Skip to content

DanielMSchmidt/flow-bro

Repository files navigation

Flow-Bro

Icon

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:

  1. clone this repository
  2. run npm link in the cloned repo
  3. install the linked version by running npm install -g flow-bro

License

MIT © Daniel Schmidt

About

Some helpers (least coverage) for your flow workflow

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published