Skip to content

jonpither/cider-spy-nrepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.2.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
                                                   cider-spy-nrepl.middleware.cider-spy-multi-repl/wrap-multi-repl]}}}

Hub

Communicate and track fellow REPL hackers by running a hub:

lein run

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

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

Config

Add the config CIDER_SPY_ALIAS so that environ can see it.

Add a regexp to the config variable CIDER_SPY_IGNORE_PATH (again use environ).

Developing

It's extremely useful to make core a lein checkouts dependency of example-project.

License

Copyright © 2016 Jon Pither

Distributed under the GNU General Public License, version 3

About

Spy on CIDER to get useful REPL summary information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published