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

Setup configuration files #13

Closed sladyn98 closed 2 years ago

sladyn98 commented 3 years ago

The configuration file would have the default settings eg

branch:main
editAccess: true

The tool would list down settings/options that differ from this default config

ljharb commented 3 years ago

Ideally there'd be a global default, and i'd be able to then specify overrides using globs on the repo name - that way i could do ljharb/* or */is-* or something.

ljharb commented 2 years ago

This might be duplicated by #38, but let's keep both open for now.

ljharb commented 2 years ago

I think this is resolved by #47.