fryorcraken / milestone-update

Tool to extract weekly updates from milestone issues.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

milestone-update

git clone https://github.com/fryorcraken/milestone-update.git
cd milestone-update
npm i
export GH_TOKEN=<GitHub Token with `repo` or `repo_public` scope>
# Print weekly update
node ./index.js weekly
# List all epics (pm repo) and related issues in all repos (using labels)
node ./index.js epics

About

Tool to extract weekly updates from milestone issues.


Languages

Language:JavaScript 100.0%