https://github.com/hanamura/gh-issue-export
Export GitHub issues to HTML files.
https://github.com/hanamura/gh-issue-export
command-line github
Last synced: 10 months ago
JSON representation
Export GitHub issues to HTML files.
- Host: GitHub
- URL: https://github.com/hanamura/gh-issue-export
- Owner: hanamura
- Created: 2015-02-16T06:05:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T07:30:54.000Z (about 8 years ago)
- Last Synced: 2025-03-08T07:48:45.144Z (11 months ago)
- Topics: command-line, github
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-issue-export
Export GitHub issues to HTML files.
## Install
```sh
npm i gh-issue-export -g
```
## Usage
```sh
gh-issue-export --user=[github user name] --repository=[repository name] --output=[path to directory] --token=[token (in case private repo)] --verbose
```
## License
MIT