Simple cli to export github v2 projects to csv
./github-project-to-csv.rb --project https://github.com/users/fiedl/projects/2 --output project.csv
- Install the github cli:
brew install gh
- Clone this repo:
git clone https://github.com/fiedl/github-project-to-csv.git
- Github documentation on the projects api
- Introduction to GraphQL
- Understanding GraphQL Queries
- Github GraphQL Object Reference
- Github GraphQL API Explorer
(c) 2023, Sebastian Fiedlschuster
MIT License