We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0143bce commit 5bf42ebCopy full SHA for 5bf42eb
README.md
@@ -1 +1,17 @@
1
-# github-api-scripts
+Github API Scripts
2
+==================
3
+
4
+This is a collection of bash scripts using curl I created to automate things with the [Github API](https://developer.github.com/v3).
5
6
+* [Installation](#installation)
7
8
+Installation
9
+------------
10
11
+Requirements:
12
13
+* bash (recommend version 4+)
14
+* [curl](https://curl.haxx.se)
15
+* [jq](https://stedolan.github.io/jq)
16
17
+Clone the repo, download a source zip or copy the shell scripts as needed.
0 commit comments