mona-actions / gh-repo-stats

GH CLI extension to pull statistics on repository metadata used in GitHub migrations
MIT License
146 stars 76 forks source link

Add repository creation date (`Created`) to output #68

Closed timrogers closed 10 months ago

timrogers commented 10 months ago

This updates the output of gh-repo-stats to append a new Created column at the end of the output file with the datetime when each repository was created.

I'm choosing to append this column to the end, rather than slot the new field next to a similar field (e.g. Last_Push) because my experience tells me that lots of users will be relying on column indexes rather than names when handling these CSVs!