github-feed-cli

Github feed right at your terminal

Usage no npm install needed!

<script type="module">
  import githubFeedCli from 'https://cdn.skypack.dev/github-feed-cli';
</script>

README

github-feed-cli

Github feed right at your terminal.

Build Status Code Style

gif

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