/cider-spy-nrepl

Spy on CIDER to get useful REPL summary information.

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

cider-spy-nrepl

Build Status

Middleware

Required Middleware to support cider-spy. Also runs standalone to act as a hub for cider-spy-nrepls to communicate with each other.

Basic configuration

:profiles {:dev {:dependencies [[cider-spy/cider-spy-nrepl "0.1.0-SNAPSHOT"]]
                 :repl-options {:nrepl-middleware [cider-spy-nrepl.middleware.cider-spy/wrap-cider-spy
                                                   cider-spy-nrepl.middleware.cider-spy-hub/wrap-cider-spy-hub]}}}

Hub

Communicate and track fellow REPL hackers by running a hub:

lein run

Add a .cider-spy-hub file to your project to tell the middleware where the hub is:

{:cider-spy-hub-host "localhost"
 :cider-spy-hub-port 7771}

License

Copyright © 2014 Jon Pither

Distributed under the GNU General Public License, version 3