https://github.com/jmini/gitgraph4j
Java code to create "git graph" images
https://github.com/jmini/gitgraph4j
drawio gitgraph graphviz-dot
Last synced: about 2 months ago
JSON representation
Java code to create "git graph" images
- Host: GitHub
- URL: https://github.com/jmini/gitgraph4j
- Owner: jmini
- License: apache-2.0
- Created: 2022-10-29T14:42:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T05:28:41.000Z (over 2 years ago)
- Last Synced: 2024-10-06T03:05:03.263Z (8 months ago)
- Topics: drawio, gitgraph, graphviz-dot
- Language: Java
- Homepage: https://jmini.github.io/GitGraph4J/
- Size: 771 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: GitGraph4J
:project-name: GitGraph4J
:branch: main
:twitter-handle: j2r2b
:license: http://www.apache.org/licenses/LICENSE-2.0
:license-name: Apache 2.0 License:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
//end::vardef[]//tag::header[]
= {project-name}
Jeremie BressonJava code to create "git graph" images (targeting mainly the `Diagrams.net` (`\*.drawio` file) output format and supporting `Mermaid` (`*.mmd` file) and `Graphviz` (`*.dot` file) outputs as well).
//end::header[]
image:https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}.svg?style=svg["CircleCI", link="https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}"]
**link:https://www.diagrams.net/[Diagrams.net / Draw.io] output:**
image:src/docs/asciidoc/examples/diag03/graph.drawio.png[]
**link:https://mermaid-js.github.io/mermaid/#/gitgraph[Mermaid] output:**
image:src/docs/asciidoc/examples/diag03/graph.mmd.png[]
**link:https://graphviz.org/[Dot / Graphviz] output:**
image:src/docs/asciidoc/examples/diag03/graph.gv.png[]
== Project Homepage
Visit the link:{homepage}[project home page] or the link:{homepage}/examples.html[examples page] to know more about this project.
//tag::contact-section[]
== Get in touchUse the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]//tag::license-section[]
== Licenselink:{license}[{license-name}]
//end::license-section[]