Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add repository creation date (Created) to output #68

Merged
merged 1 commit into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. Add repository creation date (Created) to output

    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!
    timrogers committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3db68a1 View commit details
    Browse the repository at this point in the history