0.0.4 • Published 7 years ago

flow-stats v0.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

flow-stats

Check total Flow coverage for the project.

Install

Global
  • npm install flow-stats -g
Local
  • npm install flow-stats --save-dev
  • Add run script: "flow-stats": "flow-stats --glob 'src/components/**.js'"
  • Run with npm run flow-stats

Example

$ flow-stats --glob 'src/components/**.js'
Matching src/components/**.js, found 44 file(s):

97.83 src/components/List.js
96.89 src/components/EditableTitle.js
86.77 src/components/Color.js
75.65 src/components/Popup.js
50.22 src/components/Selection.js