https://github.com/robinst/commonmark-java-test
Test project for commonmark-java with jlink
https://github.com/robinst/commonmark-java-test
Last synced: about 1 month ago
JSON representation
Test project for commonmark-java with jlink
- Host: GitHub
- URL: https://github.com/robinst/commonmark-java-test
- Owner: robinst
- License: mit
- Created: 2024-03-15T11:15:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T11:19:03.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T06:45:06.515Z (11 months ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commonmark-java-test
Test project using jlink together with [commonmark-java].
Build like this:
mvn clean package
Then run the jlink-built binary like this:
./target/maven-jlink/default/bin/commonmark < README.md
[commonmark-java]: https://github.com/commonmark/commonmark-java