Skip to content

iotemplates/clojure-cli

Repository files navigation

Clojure CLI

../../actions/workflows/build.yml/badge.svg

A simple clojure cli project template.

The cli app demonstrates simple argument and options handling and also native-image support

Native Image

Building the native image

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

Running the native image

The binary can be found under `target/default+uberjar/clojure-cli`

./target/default+uberjar/clojure-cli -n Jack greet

About

A simple clojure cli project template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published