pamepeixinho / jest-coverage-badges

Create jest coverage badges (from all jest types)
MIT License
104 stars 174 forks source link

Adding input and ouput paths cli arguments #3

Closed michaelrodov closed 5 years ago

michaelrodov commented 5 years ago

I added 2 cli arguments

  1. input - path to the directory and file where the coverage information is located (summary json file)
  2. output - the path to the dir where the svg files will be placed after download
    • i also added mkdirp dependency in order to create output directories when they do not exist

i also updated readme