Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxdot/github-issues-export-rs
Export GitHub issues to markdown files
https://github.com/boxdot/github-issues-export-rs
github-issues markdown rust
Last synced: 30 days ago
JSON representation
Export GitHub issues to markdown files
- Host: GitHub
- URL: https://github.com/boxdot/github-issues-export-rs
- Owner: boxdot
- License: apache-2.0
- Created: 2017-11-14T00:40:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T14:03:49.000Z (5 months ago)
- Last Synced: 2024-10-10T06:35:48.116Z (about 1 month ago)
- Topics: github-issues, markdown, rust
- Language: Rust
- Size: 48.8 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# github-issues-export
[![crates-badge]][crates-url]
[![docs-badge]][docs-url]
[![license-badge]][license]
[![ci-badge]][ci-url][crates-badge]: https://img.shields.io/crates/v/github-issues-export.svg
[crates-url]: https://crates.io/crates/github-issues-export
[docs-badge]: https://docs.rs/github-issues-export/badge.svg
[docs-url]: https://docs.rs/github-issues-export
[license-badge]: https://img.shields.io/crates/l/github-issues-export.svg
[license]: #license
[ci-badge]: https://github.com/boxdot/github-issues-export-rs/actions/workflows/rust.yml/badge.svg
[ci-url]:https://github.com/boxdot/github-issues-export-rs/actions/workflows/rust.ymlExport GitHub issues to markdown files.
## Usage
```shell
export GITHUB_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](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT License ([LICENSE-MIT](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.