All Projects → jamiebuilds → Glow

jamiebuilds / Glow

Licence: mit
Make your Flow errors GLOW

Programming Languages

javascript
184084 projects - #8 most used programming language
flow
126 projects
flowtype
47 projects

Labels

Projects that are alternatives of or similar to Glow

zzz
Go程序热编译、压力测试等,日常开发辅助工具,提升开发效率 - Daily development aids
Stars: ✭ 34 (-95.19%)
Mutual labels:  watch
Fileboy
fileboy,文件变更监听通知工具,使用 Go 编写。Fileboy, File Change Monitoring Notification Tool, written with Go.
Stars: ✭ 345 (-51.2%)
Mutual labels:  watch
Termplay
GitLab: https://gitlab.com/jD91mZM2/termplay
Stars: ✭ 500 (-29.28%)
Mutual labels:  watch
FacePorts
Clockology ports of all the watch faces that Apple withholds from certain watch models
Stars: ✭ 27 (-96.18%)
Mutual labels:  watch
Watchface Constructor
This is simple watchface constructor demo
Stars: ✭ 275 (-61.1%)
Mutual labels:  watch
Action Store
Store different kind of actions (Like ❤️, Follow 👁, Star ⭐, Block ...) in one table via ActiveRecord Polymorphic Association.
Stars: ✭ 360 (-49.08%)
Mutual labels:  watch
compose-watcher
Watch volumes and restart services in docker compose
Stars: ✭ 27 (-96.18%)
Mutual labels:  watch
Nodemon
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
Stars: ✭ 23,377 (+3206.51%)
Mutual labels:  watch
Php Watcher
Monitor for any changes in your php application and automatically restart it (suitable for async apps).
Stars: ✭ 303 (-57.14%)
Mutual labels:  watch
Cpx
A cli tool to watch and copy file globs.
Stars: ✭ 394 (-44.27%)
Mutual labels:  watch
angular-expression-parser
This library helps in achieving AngularJs equivalents of $parse, $eval and $watch in Angular.
Stars: ✭ 17 (-97.6%)
Mutual labels:  watch
ebay-watcher
Get your listing to the top of eBay search results!
Stars: ✭ 38 (-94.63%)
Mutual labels:  watch
React Native Watch Connectivity
Enable communication between iWatch app and react native
Stars: ✭ 377 (-46.68%)
Mutual labels:  watch
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-94.77%)
Mutual labels:  watch
30 Swift Projects In 30 Days
This is the demos to show 30 demos finishes in 30 days (or more)
Stars: ✭ 527 (-25.46%)
Mutual labels:  watch
toxic-decorators
Library of Javascript decorators
Stars: ✭ 26 (-96.32%)
Mutual labels:  watch
Commit Watcher
Find interesting and potentially hazardous commits in git projects
Stars: ✭ 345 (-51.2%)
Mutual labels:  watch
Arrive
Watch for DOM elements creation and removal
Stars: ✭ 703 (-0.57%)
Mutual labels:  watch
Invidious
Invidious is an alternative front-end to YouTube
Stars: ✭ 6,488 (+817.68%)
Mutual labels:  watch
Tsc Watch
The TypeScript compiler with --watch and a new onSuccess argument
Stars: ✭ 391 (-44.7%)
Mutual labels:  watch
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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].