1.0.2 • Published 7 years ago

badge-gen v1.0.2

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

badge-gen

Takes a path to an lcov.info file and generates a Shields.io badge in both SVG & PNG.

Usage

Usage: badge-gen [options]

Options:

  -s --source [path]  Path of lcov.info to parse and create a badge for [default: ./coverage/lcov.info]
  -d --dest [path]    File path (w/out extenstion) that the generated SVG & PNG badges should be written to [default: ./badges/coverage]
  -l --label [label]  Label of the badge [default: coverage]
  -h, --help          output usage information
  -V, --version       output the version number