are-we-flow-yet

1.1.1 • Public • Published

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
...

Readme

Keywords

Package Sidebar

Install

npm i are-we-flow-yet

Weekly Downloads

4

Version

1.1.1

License

ISC

Unpacked Size

101 kB

Total Files

14

Last publish

Collaborators

  • tmcw