Created
November 14, 2023 07:40
-
-
Save detj/6fa747f7c8069c801bcc277d72123e58 to your computer and use it in GitHub Desktop.
get github repository creation date
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# syntax | |
curl -s https://api.github.com/repos/<org>/<repo> | jq .created_at | |
# example | |
curl -s https://api.github.com/repos/PRQL/prql | jq .created_at |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment