i-blis / boot-uberjar-example

Example Clojure project using boot to make an executable uberjar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boot-uberjar-example Build Status

This example project demonstrates how to package a Clojure application as a jar that can be executed with java -jar, using the Boot build tool.

You can also run the project's -main method without creating an uberjar with:

./build.boot

About

Example Clojure project using boot to make an executable uberjar


Languages

Language:Clojure 100.0%