node-clinic-doctor
node-clinic-doctor copied to clipboard
Get analysis result out of `tool.analyze()`
This way the main Clinic cli can print recommendations to the command line output, primarily for use in CI.
Some feedback if you don't mind.
-
"Doctor check" is cute, but I think you should choose a name that makes sense for the entire clinic suite. Maybe just
analyze
. -
Include the raw data, for future projects we may wish to utilize that.
-
Consider excluding
results.recommendation
for now, it looks quite ad-hoc and I'm not sure it is required.