Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamiebuilds/glow
Make your Flow errors GLOW
https://github.com/jamiebuilds/glow
flow flowtype pretty reporter ui watch
Last synced: 16 days ago
JSON representation
Make your Flow errors GLOW
- Host: GitHub
- URL: https://github.com/jamiebuilds/glow
- Owner: jamiebuilds
- License: mit
- Created: 2018-01-21T23:19:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T01:01:38.000Z (about 4 years ago)
- Last Synced: 2024-05-04T05:41:55.286Z (6 months ago)
- Topics: flow, flowtype, pretty, reporter, ui, watch
- Language: JavaScript
- Homepage:
- Size: 1.8 MB
- Stars: 698
- Watchers: 7
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glow
> Make your [Flow](https://flow.org/) errors GLOW
* Pretty-printed, code highlighted type errors
* Interactive watch mode
* Filter through errors using globs## Installation
```sh
# globally
yarn global add glow
# or in your project
yarn add --dev glow
```## Usage
In your existing [Flow](https://flow.org/) project, instead of running:
```sh
flow
```Simply run:
```sh
glow
```You can also filter errors down to a specific set of files by running:
```sh
glow path/to/whatever
```There's even an awesome watch mode:
```sh
glow --watch
```