文件名称:github-issue-events-report:将问题事件导出为可读报告
文件大小:132KB
文件格式:ZIP
更新时间:2024-07-06 07:03:48
Java
GitHub 问题事件报告 目标:将问题事件导出到报告。 提示:结合使用效果很好: : 用法 java -jar github-issue-events-report-0.1-jar-with-dependencies.jar 安装 下载最新版本(或使用 maven 构建您自己的版本) 将您的设置放入config.properties repo.owner = repo.owner所有者(用户或组织) repo.name = repo.name名称 personal.access.token = 如果你想导出一个私有仓库,你需要一个访问令牌 => 范围 [ repo ] 提示:不幸的是,您必须授予scope repo访问权限才能读取私有 repo 事件! 请记住,范围repo授予读/写访问权限,因此应该将您的私有访问令牌作为凭证...... 懒人的捷径 echo -e
【文件预览】:
github-issue-events-report-master
----config.properties(78B)
----.gitignore(7B)
----src()
--------main()
----LICENCE(1KB)
----pom.xml(3KB)
----README.md(5KB)
----report()
--------.gitignore(83B)
--------templates()
--------assets()