1.4.0 • Published 5 years ago
github-feed-cli v1.4.0
:sparkles: Highlights
- Fast and Simple
- Can be used to check the feed of any Github user
- Also shows the notification events. ex: (Creating a issue, commenting, pushing codes etc)
- Filters out
depandabotevents - Working in all the OSS.
Install
$ npm install --global github-feed-cliIf you are using npm version 5.2+ or higher then you can use this tool with npx too.
$ npx feedUsage
Usage
$ feed <options>
Options
--username, -u Github username to fetch the feed [default: Your own git username]
--page, -p Page number of the results to fetch [default: 1]
--version, -v Get the current version
Examples
$ feed
$ feed --page 2
$ feed --username rocktimsaikia
$ feed --username rocktimsaikia -page 2Contribution
If you want to add new feature or improve the existing ones of github-feed-cli, please open an issue :rocket:
Related
read-git-user- Reads the Github username and email from.gitconfig:wrench: and returns it as a json object
License
MIT © Rocktim Saikia