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 builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |