/new-clojure-project

Something to get quickly started with Clojure for a code kata or similar

Primary LanguageClojure

Empty Clojure Project

Something to get quickly started with Clojure for a code kata or similar.

Requirements

Recommended plugins

Useful commands

Run tests when files are changed

lein kaocha --watch

Start a REPL

lein repl

Build an uberjar for distribution

lein uberjar

Upgrade dependencies

lein ancient upgrade :all :check-clojure :no-tests