File tree Expand file tree Collapse file tree 1 file changed +39
-1
lines changed
Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Original file line number Diff line number Diff line change 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
5593Once you are done with the above setup, write the following in the terminal to run the CLI again.
You can’t perform that action at this time.
0 commit comments