Liking cljdoc? Tell your friends :D

Hacking on nREPL

Building nREPL

Releases are available from Clojars, and SNAPSHOT builds from master’s HEAD are automatically deployed there as well, so manually building nREPL shouldn’t ever be necessary (unless you’re hacking on it). But, if you insist:

  1. Clone the repo

  2. Make sure you have lein installed

  3. Run the lein build:

$ lein install

Afterwards you can simply do something like:

$ clj -Sdeps '{:deps {nrepl {:mvn/version "0.5.3-SNAPSHOT"}}}' -m nrepl.cmdline --interactive

Running the tests

The easiest way to run the tests is with the following command:

$ lein test-all

This will automatically run the tests for every supported Clojure profile (e.g. 1.7, 1.8, 1.9). You can run only the tests for a specific version of Clojure like this:

$ lein with-profile 1.9 test

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close