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
{{ message }}
This repository was archived by the owner on Apr 11, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: readme.md
+15-11
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,25 @@
10
10
11
11
## :sparkles: Highlights
12
12
13
-
* Fast and Simple
14
-
* Can be used to check the feed of any Github user
15
-
* Also shows the notification events. ex: (Creating a issue, commenting, pushing codes etc)
16
-
* Filters out `depandabot` events
17
-
* Working in [all the OSS.](https://github.com/RocktimSaikia/github-feed-cli/runs/1241472881)
18
-
<br><br>
13
+
- Fast and Simple
14
+
- Can be used to check the feed of any Github user
15
+
- Also shows the notification events. ex: (Creating a issue, commenting, pushing codes etc)
16
+
- Filters out `depandabot` events
17
+
- Working in [all the OSS.](https://github.com/RocktimSaikia/github-feed-cli/runs/1241472881)
18
+
<br><br>
19
19
20
20
## Install
21
+
21
22
```bash
22
23
$ npm install --global github-feed-cli
23
24
```
24
25
25
26
If you are using `npm` version `5.2+` or higher then you can use this tool with `npx` too.
26
-
```bash
27
+
28
+
```bash
27
29
$ npx feed
28
30
```
31
+
29
32
<br>
30
33
31
34
## Usage
@@ -38,13 +41,14 @@ Options
38
41
--username, -u Github username to fetch the feed [default: Your own git username]
39
42
--page, -p Page number of the results to fetch [default: 1]
40
43
--version, -v Get the current version
41
-
44
+
42
45
Examples
43
46
$ feed
44
47
$ feed --page 2
45
48
$ feed --username rocktimsaikia
46
49
$ feed --username rocktimsaikia -page 2
47
50
```
51
+
48
52
<br>
49
53
50
54
## Contribution
@@ -55,8 +59,8 @@ If you want to add new feature or improve the existing ones of `github-feed-cli`
55
59
## Related
56
60
57
61
-[`read-git-user`](https://github.com/rocktimsaikia/read-git-user) - Reads the Github username and email from `.gitconfig`:wrench: and returns it as a json object
0 commit comments