Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Commit 8da953b

Browse files
committed
docs: add license
1 parent 942a33c commit 8da953b

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

.github/FUNDING.yml

-2
This file was deleted.

readme.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,25 @@
1010

1111
## :sparkles: Highlights
1212

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>
1919

2020
## Install
21+
2122
```bash
2223
$ npm install --global github-feed-cli
2324
```
2425

2526
If you are using `npm` version `5.2+` or higher then you can use this tool with `npx` too.
26-
```bash
27+
28+
```bash
2729
$ npx feed
2830
```
31+
2932
<br>
3033

3134
## Usage
@@ -38,13 +41,14 @@ Options
3841
--username, -u Github username to fetch the feed [default: Your own git username]
3942
--page, -p Page number of the results to fetch [default: 1]
4043
--version, -v Get the current version
41-
44+
4245
Examples
4346
$ feed
4447
$ feed --page 2
4548
$ feed --username rocktimsaikia
4649
$ feed --username rocktimsaikia -page 2
4750
```
51+
4852
<br>
4953

5054
## Contribution
@@ -55,8 +59,8 @@ If you want to add new feature or improve the existing ones of `github-feed-cli`
5559
## Related
5660

5761
- [`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
58-
<br>
62+
<br>
5963

60-
## Support
64+
## License
6165

62-
<a href="https://www.buymeacoffee.com/7BdaxfI"><img src="https://user-images.githubusercontent.com/33410545/95193575-a3b51b00-07f1-11eb-9bbb-90ea2e1018d7.png" height="60px"/></a>
66+
MIT © [Rocktim Saikia](https://rocktim.xyz)

0 commit comments

Comments
 (0)