Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 295 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 295 Bytes

cljtemplate

This is a very minimal starting point for a new Clojure application.

bin/kaocha runs tests which include some clojure spec generated ones.

bin/dev starts an nrepl to connect your editor to

bin/build creates a jar you can run with java -jar cljtemplate-standalone.jar