A simple clojure cli project template.
The cli app demonstrates simple argument and options handling and also native-image support
To build the native-image:
lein native-image
This requires to have graal vm installed. For example:
sdk install java 21.2.0.0-mandrel
The binary can be found under `target/default+uberjar/clojure-cli`
./target/default+uberjar/clojure-cli -n Jack greet