Top "Leiningen" questions

Leiningen is a build automation and dependency management tool for Clojure projects

Clojure.test and Leinigen: How to run just a single test from command line

this: Run one Clojure test (not all tests in a namespace), with fixtures, from the REPL works fine with repl, …

clojure leiningen clojure.test
How to upgrade nrepl version of leiningen?

I'm using leiningen and emacs + cider for clojure development. A few days ago, after I upgrade cider through emacs package …

emacs clojure leiningen
Getting the version of the current clojure project in the repl

Is it possible to grab the project information within the clojure repl? For example, if there was a project defined: (…

clojure leiningen
How to use library in maven repo for clojure project?

I use Leiningen to manage my CLJ project. When I want to wrap a Java library, I found that I …

maven clojure leiningen
Best practices in building and deploying Clojure applications: good tutorials?

I am new to Clojure, and am beginning to experiment with building an application. So far, everything I've seen about …

deployment lisp clojure leiningen
How to configure Leiningen to use a corporate repository?

We are hosting a corporate repository which acts as a proxy to the well-known repositories (e.g. Maven Central and …

clojure leiningen
How do you change Clojure version in Leiningen and LightTable?

When I type (clojure-version) into my repl in LightTable, I get "1.5.1" as output. Is there any way to upgrade to 1.6.0? …

clojure version upgrade leiningen lighttable
lein REPL server launch timed out

in a liberator based clojure project we are using datomic as DB. After migrating our local dev DB to a …

clojure leiningen read-eval-print-loop datomic
How to install a leiningen plugin?

How do I install a leiningen plugin? For example, leiningen-run? I see this thing called "clojars.org", and how to "…

clojure leiningen
How to clear the REPL in cider-mode?

I am not meaning cleaning up the text output of REPL; I mean cleaning up all evaluated results in REPL. …

emacs clojure leiningen read-eval-print-loop cider