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
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,43 @@
7
7
</h1>
8
8
</div>
9
9
10
-
github-interact-cli lets you use GitHub features right inside your termina;.
10
+
`github-interact-cli` lets you use GitHub right inside your termina;.
11
11
12
12
## 👉 Features
13
13
14
14
- 📦 Create a new repo
15
15
- ⚠️ Open issue in any repo.
16
16
- ✉️ Get public email of any GitHub user
17
17
- ⭐️Get stargazers of any GitHub repo
18
+
19
+
## 🎩 INSTALLATION
20
+
21
+
If you are windows user, run your command prompt/terminal as administrator. If you are macOS user, add `sudo` before the following command.
22
+
23
+
```
24
+
npm i -g github-interact-cli
25
+
```
26
+
27
+
<divalign="center">
28
+
<img src="https://i.imgur.com/ClFFvhH.gif">
29
+
</div>
30
+
31
+
## 🔥 HOW TO USE
32
+
33
+
Type the following in the terminal to run the CLI.
34
+
35
+
```
36
+
github
37
+
```
38
+
39
+
CLI will start running. It will ask you to add a **Personal Access Token** & your **GitHub Username**. If you don't know what Personal Access Token is & how to create one, check this [awesome guide](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) by GitHub.
40
+
41
+
`!Note:` Be sure to give the token *repo* & *admin:repo_hook* access.
42
+
43
+
<imgsrc="https://i.imgur.com/El9gYcp.png">
44
+
45
+
Once you are done, exit the CLI so that configurations can be saved & used again.
46
+
47
+
<imgsrc="https://i.imgur.com/fVdgewD.png">
48
+
49
+
`! Note:` This is one time thing. You will not have to do it again every time you will run the CLI.
0 commit comments