flow-bro

0.4.3 • Public • Published

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

Package Sidebar

Install

npm i flow-bro

Weekly Downloads

10

Version

0.4.3

License

ISC

Last publish

Collaborators

  • dschmidt