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

Result type common interface #119

Open lbdm44 opened 4 years ago

lbdm44 commented 4 years ago

As a consumer of ember-cli-checkup, when writing a new result type, I should have access to a common interface that defines the different methods of output (i.e. CLI vs JSON) so I can create custom result types when writing new tasks/plugins.

lbdm44 commented 4 years ago

@suchitadoshi1987 I think you should take this one on instead as a follow up to #122 JSON output