Leiningen Basics
For Mac OS X, you can install leiningen
via homebrew
:
brew install leiningen
lein run
Runs the current leiningen project.
lein uberjar
Compiles the project in a standalone binary so it can be invoked by java -jar target/uberjar/clojure-noob-0.1.0-SNAPSHOT-standalone.jar
.
lein repl
Start a REPL for experimenting with code.