are-we-flow-yet

determine what percentage of a project is flow annotated

ISC 3 个版本
安装
npm install are-we-flow-yet
yarn add are-we-flow-yet
pnpm add are-we-flow-yet
bun add are-we-flow-yet
README

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 2018-08-23
1.1.0 2018-08-19
1.0.0 2015-12-21