1.1.1 • Published 6 years ago

are-we-flow-yet v1.1.1

Weekly downloads
18
License
ISC
Repository
github
Last release
6 years ago

are we flow yet

Circle CI Greenkeeper badge

A CLI tool that scans a source directory and gives statistics and a big list of files that are and are not flow-annotated.

This works by scanning the first 100 characters of each file and finding /* @flow */ or // @flow comments.

install

npm install -g are-we-flow-yet

usage

are-we-flow-yet src

example

~/src/app〉../are-we-flow-yet/are-we-flow-yet src
flow files 123
non flow files 200
src/account_components/apps/index.js
src/account_components/tokens/token_modal.js
src/admin_components/index.js
src/admin_components/orders/edit.js
...
1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

8 years ago