SkillAgentSearch skills...

Parle

A node.js client for clojure NREPL servers

Install / Use

/learn @kanej/Parle
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars11
CategoryDevelopment
Updated2mo ago
Forks0

Languages

Clojure

Security Score

75/100

Audited on Jan 27, 2026

No findings