Package Exports
- @essamonline/github-user-activity
- @essamonline/github-user-activity/lib/gh-act.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@essamonline/github-user-activity) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
GitHub User Activity
A simple command line interface (CLI) utility to fetch and display the recent activities of a GitHub user using GitHub API.
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.