Skip to content

leaysgur/flow-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flow-search

Search Flow's builtin type declarations from your console.

Install

npm install -g flow-search

Usage

# fetch and stdout all builtin decls of master branch
flow-search

# fetch and stdout all builtin decls of v0.39 branch
flow-search -b v0.39

# fetch and stdout specified builtin decls of master branch
flow-search -d react

# fetch and stdout specified builtin decls of v0.40 branch
flow-search -d react -b v0.40

Original declaretions are https://github.com/facebook/flow/tree/master/lib

About

Search Flow's builtin type declarations from your console.

Resources

Stars

Watchers

Forks

Packages

No packages published