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
- Host: GitHub
- URL: https://github.com/danielmschmidt/flow-bro
- Owner: DanielMSchmidt
- License: mit
- Created: 2017-03-30T13:44:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T18:37:51.000Z (9 months ago)
- Last Synced: 2025-04-11T19:48:04.553Z (9 months ago)
- Topics: cli, flow, flowtype, javascript
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 33
- Watchers: 1
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Flow-Bro

## 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