Skip to content

Make your Flow errors GLOW

License

Notifications You must be signed in to change notification settings

jamiebuilds/glow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 5, 2018
bebde83 · Feb 5, 2018

History

30 Commits
Feb 5, 2018
Jan 31, 2018
Jan 31, 2018
Jan 31, 2018
Jan 31, 2018
Jan 31, 2018
Jan 31, 2018
Jan 31, 2018
Jan 31, 2018
Jan 31, 2018
Jan 31, 2018
Jan 31, 2018
Feb 5, 2018
Feb 1, 2018
Jan 31, 2018
Feb 1, 2018

Repository files navigation

Glow logo

Glow

Make your Flow errors GLOW

  • Pretty-printed, code highlighted type errors
  • Interactive watch mode
  • Filter through errors using globs

Installation

# globally
yarn global add glow
# or in your project
yarn add --dev glow
Preview

Usage

In your existing Flow project, instead of running:

flow

Simply run:

glow

You can also filter errors down to a specific set of files by running:

glow path/to/whatever

There's even an awesome watch mode:

glow --watch