github-issue-export

Github Issue Export Tool

License

License

Categories

Categories

Java Languages Github Development Tools Version Controls
GroupId

GroupId

org.fugerit.java
ArtifactId

ArtifactId

github-issue-export
Last Version

Last Version

0.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

github-issue-export
Github Issue Export Tool
Project Organization

Project Organization

Fugerit
Source Code Management

Source Code Management

http://github.com/fugerit79/github-issue-export/tree/master

Download github-issue-export

How to add to project

<!-- https://jarcasting.com/artifacts/org.fugerit.java/github-issue-export/ -->
<dependency>
    <groupId>org.fugerit.java</groupId>
    <artifactId>github-issue-export</artifactId>
    <version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fugerit.java/github-issue-export/
implementation 'org.fugerit.java:github-issue-export:0.5.1'
// https://jarcasting.com/artifacts/org.fugerit.java/github-issue-export/
implementation ("org.fugerit.java:github-issue-export:0.5.1")
'org.fugerit.java:github-issue-export:jar:0.5.1'
<dependency org="org.fugerit.java" name="github-issue-export" rev="0.5.1">
  <artifact name="github-issue-export" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fugerit.java', module='github-issue-export', version='0.5.1')
)
libraryDependencies += "org.fugerit.java" % "github-issue-export" % "0.5.1"
[org.fugerit.java/github-issue-export "0.5.1"]

Dependencies

compile (9)

Group / Artifact Type Version
org.fugerit.java : fj-core jar 0.2.4.6
maven : maven-java-plugin jar 1.6
log4j : log4j jar 1.2.17
org.slf4j : slf4j-api jar 1.6.4
org.apache.poi : poi jar 4.1.0
commons-lang : commons-lang jar 2.6
org.apache.commons : commons-lang3 jar 3.9
com.fasterxml.jackson.core : jackson-core jar 2.9.9
com.fasterxml.jackson.core : jackson-databind jar 2.9.9

runtime (2)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.7.26
org.slf4j : slf4j-log4j12 jar 1.7.26

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

github-issue-export

Simple propject to export github issues to a xls spreadsheet.

Quickstart

Clone (use master or develop branch for latest snapshot, release/x.x.x branch for stable versions)

git clone https://github.com/fugerit-org/github-issue-export.git

Build

From base dir : mvn clean install -P singlepackage

Run with a simple gui

java -jar target/dist-github-issue-export-X.X.X.jar

Run on command line

java -jar target/dist-github-issue-export-X.X.X.jar --gui 0 --owner fugerit-org --repo github-issue-export --lang it --xls-file target/report.xls

CHANGELOG

https://github.com/fugerit79/github-issue-export/blob/master/CHANGE_LOG.md

Versions

Version
0.5.1
0.4.0
0.3.0
0.2.0
0.1.0