Skip to content

jhockett/standup-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standup-summary

This script uses the GitHub API to query events for a GH user and then prints out relevant pull requests and issues. By default, the script will only include events from the previous workday until runtime (assumes Monday-Friday work week).

Prerequisites

  1. Generate a readonly GitHub personal access token and set the environement variables GH_API_TOKEN and GH_USERNAME.

  2. Clone this repository and run npm install.

Usage

node standup.js [--all | -a]

Only tested on node 14.x

Flags

Passing --all or -a will summarize all events returned by the GH API for the given username.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published