Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearddan2000/groovy-cli-graalvm-hello-world
A POC for graalvm using native-image to build a standalone executable binary.
https://github.com/bearddan2000/groovy-cli-graalvm-hello-world
cli graalvm groovy grroovy hello maven native-image world
Last synced: about 1 month ago
JSON representation
A POC for graalvm using native-image to build a standalone executable binary.
- Host: GitHub
- URL: https://github.com/bearddan2000/groovy-cli-graalvm-hello-world
- Owner: bearddan2000
- Created: 2023-11-11T17:59:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T17:59:30.000Z (about 1 year ago)
- Last Synced: 2024-10-19T23:18:00.423Z (2 months ago)
- Topics: cli, graalvm, groovy, grroovy, hello, maven, native-image, world
- Language: Shell
- Homepage: https://github.com/bearddan2000/grroovy-cli-graalvm-hello-world
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grroovy-cli-graalvm-hello-world
## Description
A POC for graalvm using native-image to build a standalone executable binary.## Tech stack
- groovy
- maven
- native-image## Docker stack
- gradle
- ghcr.io/graalvm/graalvm-ce:ol8-java11-22.3.3## To run
`sudo ./install.sh -u`## To stop (optional)
`sudo ./install.sh -d`## For help
`sudo ./install.sh -h`