Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 461 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 461 Bytes

Export github issues to CSV file

A simple script to free your github issues so you can import them into Excel etc.

The script is developed in NodeJS.

Usage: ./export-issues --user [github user] --password [github password] --owner [github owner of repo] --repo [github repo] --state [issues state (optional, "open", "closed", "all", default=open)] --bodynewlines [y/n, include newlines in body, default=yes] --full'