Skip to content

Instantly share code, notes, and snippets.

@detj
Created November 14, 2023 07:40
Show Gist options
  • Save detj/6fa747f7c8069c801bcc277d72123e58 to your computer and use it in GitHub Desktop.
Save detj/6fa747f7c8069c801bcc277d72123e58 to your computer and use it in GitHub Desktop.
get github repository creation date
# 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