github-issues-export

Crates.iogithub-issues-export
lib.rsgithub-issues-export
version0.1.5
sourcesrc
created_at2017-12-28 11:14:19.510867
updated_at2024-06-18 13:57:22.015417
descriptionExport GitHub issues to markdown files.
homepage
repositoryhttps://github.com/boxdot/github-issues-export-rs
max_upload_size
id44697
size79,588
(boxdot)

documentation

README

github-issues-export

crates-badge docs-badge license-badge ci-badge

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

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.

Commit count: 16

cargo fmt