项目作者: boxdot

项目描述 :
Export GitHub issues to markdown files
高级语言: Rust
项目地址: git://github.com/boxdot/github-issues-export-rs.git
创建时间: 2017-11-14T00:40:03Z
项目社区:https://github.com/boxdot/github-issues-export-rs

开源协议:Other

下载


github-issues-export

crates-badge
license-badge
ci-badge

Export GitHub issues to markdown files.

Usage

  1. export GITHUB_TOKEN=<your_secret_token> # or put it in .env
  2. 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

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.