Liking cljdoc? Tell your friends :D

kosmos-nrepl

A system component to easily add a nrepl to your application

Clojars Project

Usage

add something like this to your kosmos .edn files (the port can vary according to your needs):

:nrepl
{
:kosmos/init :kosmos.nrepl/NreplComponent
:port        5001
}

connect to your repl however you want (i.e. M-x cider-connect, lein repl :connect 5001)

License

Kosmos is distributed under the Eclipse Public License, the same as Clojure.

Can you improve this documentation? These fine people already did:
Michael Pendergrass & Bridget Hillyer
Edit on GitHub

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

× close