ljharb / repo-report

CLI to list all repos a user has access to, and report on their configuration in aggregate.
MIT License
24 stars 11 forks source link

Add config file #29

Closed sladyn98 closed 3 years ago

sladyn98 commented 3 years ago

Just added a draft configuration file with some options. Let me know what you guys think

sladyn98 commented 3 years ago

Would be great to have a defaults.json file.

jakazzy commented 3 years ago

Awesome! @sladyn98 @ljharb So currently adding the validation for the config files. I'm considering using joi. is it a preferred library?

ljharb commented 3 years ago

@jakazzy that's an option - i was expecting just using https://www.npmjs.com/package/jsonschema tho. is there a reason joi would be better?

sladyn98 commented 3 years ago

@ljharb Is this ready to merge ?