Exports the contributor insights data seen in GitHub to CSV, so it can be further processed externally.
dart pub global activate github_contrib_exporterIf installed as above:
githubexport <org/repo>Or:
dart run bin/main.dart <org/repo>Feel free to submit a PR or raise an issue ticket, and I'll get to them as soon as I can.