We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7d15f commit 1433c52Copy full SHA for 1433c52
1 file changed
README.md
@@ -1,3 +1,26 @@
1
# Github Stats
2
3
-`gstats` is a CLI tool that provides comprehensive statistics and information about GitHub repositories and users.
+`gstats` is a A CLI tool for getting information on github repositories and users.
4
+
5
+## Usage
6
7
+```sh
8
+gstats
9
10
+common args
11
+ --verbose: shows more information
12
13
+commands
14
+ help: shows what commands do
15
16
+ downloads: shows download counts of github releases
17
+ [user] [repo]
18
+ followers: shows the followers of a user
19
+ [user]
20
+ following: shows the users a user is following
21
22
+ repo: shows information about a repository
23
24
+ user: shows information about a user
25
26
+```
0 commit comments