A system component to easily add a nrepl to your application
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
)
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 HillyerEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close