@essamonline/github-user-activity

1.0.0 • Public • Published

GitHub User Activity

A simple command line interface (CLI) utility to fetch and display the recent activities of a GitHub user using GitHub API.

Static Badge Coverage Status

Installation

npm install [-g] @essamonline/github-user-activity

Usage

Usage: gh-act [OPTION]... USER
Use GitHub API to fetch GitHub user activities and display it in the terminal.

  -b  --table        tabular output
  -j  --json         output JSON data
  -c  --csv          output comma separated values
  -v  --verbose      verbose output (default)
  -d  --debug        show request and response headers
  -t  --type[=TYPE]  filter user activities by event type
      --user         output user information and exit
      --nocache      remove the cache directory and exit
      --list         list GitHub event types and exit
      --help         display this help and exit
      --version      output version information and exit

Writing your GitHub authentication token to the file '.auth-token' located in the
package root directory is recommended for normal operation and required for testing.

Testing and Documentation

Source code documentation along with a test coverage report are both included under Documentation.

Node version support

gh-act supports all currently maintained Node versions. See the Node Release Schedule.

License

This software is licensed under the MIT license, see the LICENSE file.

/@essamonline/github-user-activity/

    Package Sidebar

    Install

    npm i @essamonline/github-user-activity

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    59.7 kB

    Total Files

    9

    Last publish

    Collaborators

    • essamonline