github-feed-cli

1.4.0 • Public • Published

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

Package Sidebar

Install

npm i github-feed-cli

Weekly Downloads

0

Version

1.4.0

License

MIT

Unpacked Size

2.62 MB

Total Files

11

Last publish

Collaborators

  • rocktimsaikia