scalvert / ember-cli-checkup

An Ember CLI addon that provides health check information about your application, engine, or addon.
MIT License
7 stars 1 forks source link

JSON output #122

Closed lbdm44 closed 4 years ago

lbdm44 commented 4 years ago

As a consumer of ember-cli-checkup, I should be able to output the results as JSON so that I can easily consume them by an ETL process.

Potential JSON result:


   "tasks":[ 
      { 
         "types":{  }
      },
      { 
         "tests":{  }
      }
   ],
   "dependencies":{  },
   "type":"application",
   "name":"overly-complex-ember-storefront",
   "version":"0.0.0"
}```