Flow-typed: Flow Typed Browser

Created on 7 Aug 2017  路  3Comments  路  Source: flow-typed/flow-typed

I've thrown together a really simple app for browsing flow-typed source code. It uses the Github API, so it will always have the most up-to-date versions of all packages. I frequently find myself wanting to look through the source code of the type declarations for different packages contained in this repository, but find Github's browser a bit clunky.

I was wondering if there is any interest in incorporating this into this repo. It currently lives here (live version here), but could easily get thrown into a gh-pages branch in the flow-typed repository.

cli release

Most helpful comment

@GAntoine, that looks great. I would certainly be interested in merging these two projects. I'll defer to one of the flowtype members as to whether it should be housed under this organization or elsewhere.

All 3 comments

Damn, that's sleek!

Funny enough, I wrote something similar a few months a go (without the in-app code viewer, which is super neat), at the request of a couple users: http://flowtyped.gantoine.com/

It's more of a search tool then a code viewer, but does give you install commands on-the-fly. How would you feel about merging our tools? They seem to share a lot of similarities in build. Combined, you'd have a pretty slick online interface for viewing code and searching the repo.

@jeffmo Thoughts on this?

@GAntoine, that looks great. I would certainly be interested in merging these two projects. I'll defer to one of the flowtype members as to whether it should be housed under this organization or elsewhere.

I'm all for hosting it "officially"
CC @calebmer

Was this page helpful?
0 / 5 - 0 ratings