An open API service indexing awesome lists of open source software.

https://github.com/danielmschmidt/flow-bro

Some helpers (least coverage) for your flow workflow
https://github.com/danielmschmidt/flow-bro

cli flow flowtype javascript

Last synced: 9 months ago
JSON representation

Some helpers (least coverage) for your flow workflow

Awesome Lists containing this project

README

          

# Flow-Bro

![Icon](https://i.imgflip.com/1mdkbx.jpg)

## Installation

```
npm install -g flow-bro
yarn global add flow-bro
```

## Usage

```shell
flow-bro get-untyped 25
flow-bro coverage
flow-bro watch
```

### Commands

#### `get-untyped `

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