You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,13 @@ Simple cli to export github v2 projects to csv
15
15
1. Install the [github cli](https://cli.github.com): `brew install gh`
16
16
2. Clone this repo: `git clone https://github.com/fiedl/github-project-to-csv.git`
17
17
18
+
## Further Resources
19
+
20
+
-[Github documentation on the projects api](https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects)
21
+
-[Introduction to GraphQL](https://docs.github.com/en/graphql/guides/introduction-to-graphql)
0 commit comments