Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Glow logo

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


Preview

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