1.1.0 • Published 5 years ago

@ibmruntimes/github-csv-report v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

github-csv-report

Generate a CSV report of a GitHub board

Install

npm i -g @ibmruntimes/github-csv-report

Usage:

export PROJECT_ID=<project_id>
export ORG=<org>
export REPO=<repo>
export GH_TOKEN=<github_token>
github-csv-report

Optional Config:

export GHE=<github_enterprise_url> //e.g 'https://api.github.enterprise.com'

A CSV report will then be made in your current working directory.