https://github.com/eval/cuddly-garbanzo
https://github.com/eval/cuddly-garbanzo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eval/cuddly-garbanzo
- Owner: eval
- Created: 2024-04-13T09:15:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T09:15:42.000Z (about 1 year ago)
- Last Synced: 2025-01-13T01:44:30.719Z (5 months ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simplest CLI compiled with graalvm
https://github.com/liquidz/dad is the basis for this all.
Working:
``` shell
make native-image# then
java -jar target/cli.jar# and of course
./cli
```