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

rocktimsaikia/github-feed-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-feed-cli

Github feed right at your terminal.

Build Status Code Style

gif

✨ 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 depandabot events
  • Working in all the OSS.

Install

$ npm install --global github-feed-cli

If you are using npm version 5.2+ or higher then you can use this tool with npx too.

$ npx feed

Usage

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 2

Contribution

If you want to add new feature or improve the existing ones of github-feed-cli, please open an issue 🚀

Related

  • read-git-user - Reads the Github username and email from .gitconfig 🔧 and returns it as a json object

License

MIT © Rocktim Saikia