Skip to content

Commit 5bf42eb

Browse files
authored
feat(README): description and installation (#3)
1 parent 0143bce commit 5bf42eb

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# github-api-scripts
1+
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

Comments
 (0)