Skip to content

Commit e910e6e

Browse files
committed
📖 DOC: updated
1 parent 17e3e57 commit e910e6e

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

readme.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44
<h1>⚡️ github-interact-cli<br>
5-
<img alt="version: 3.2.0" src="https://img.shields.io/badge/version-v3.2.0-green">
5+
<img alt="version: 3.3.0" src="https://img.shields.io/badge/version-v3.3.0-green">
66
<img alt="license: MIT" src="https://img.shields.io/badge/license-MIT-green">
77
</h1>
88
</div>
@@ -50,6 +50,44 @@ Once you are done, exit the CLI so that configurations can be saved & used again
5050

5151
`! Note:` This is one time thing. You will not have to do it again every time you run the CLI.
5252

53+
### 👌 Shortcuts
54+
55+
- New Repo
56+
57+
```
58+
github-new
59+
```
60+
61+
- Delete Repo
62+
63+
```
64+
github-delete
65+
```
66+
67+
- Get All Public Repo
68+
69+
```
70+
github-get
71+
```
72+
73+
- Open Issue
74+
75+
```
76+
github-issue
77+
```
78+
79+
- Get Email
80+
81+
```
82+
github-email
83+
```
84+
85+
- Get Stars
86+
87+
```
88+
github-stars
89+
```
90+
5391
### 📦 Create New Repo
5492

5593
Once you are done with the above setup, write the following in the terminal to run the CLI again.

0 commit comments

Comments
 (0)