UNPKG

flow-coverage-report

Version:

Generate an HTML report of the flow coverage data

5 lines (3 loc) 107 B
#!/usr/bin/env node const path = require('path'); require(path.join(__dirname, '../dist/lib/cli')).run();