Parle
A node.js client for clojure NREPL servers
Install / Use
/learn @kanej/ParleREADME
parle
A clojure nREPL command line client written in clojurescript running on node.js.
Install
> npm install -g parle
Usage
Start an nrepl server with leiningen
> lein repl :start :port 10888
In a separate terminal
> parle --port 10888
Optionally, parle can pick up the .nrepl-port file from the current directory, so if the parle command is run from the same directory as the lein repl is started it will pick it up automatically.
Development
Build the clojurescript code. This outputs to ./parles.js. The build is done by cljsbuild:
> lein cljsbuild once
The development version can then be run through node:
> node parle.js
