5 releases
0.1.5 | Jun 18, 2024 |
---|---|
0.1.4 | Aug 11, 2022 |
0.1.2 | May 30, 2018 |
0.1.1 | Dec 28, 2017 |
0.1.0 | Dec 28, 2017 |
#912 in Command line utilities
24KB
286 lines
github-issues-export
Export GitHub issues to markdown files.
Usage
export GITHUB_TOKEN=<your_secret_token> # or put it in .env
github-issues-export username/repo[#issue_number]
This will export all open issues from GitHub repository username/repo
into directory ./md
putting each issue into a separate file including its comments.
License
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this document by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~15–27MB
~398K SLoC