boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 181 forks source link

Add prepl-server task #747

Closed daveyarwood closed 5 years ago

daveyarwood commented 5 years ago

This adds a prepl-server built-in task, which is a thin wrapper around the existing socket-server task.

Motivation and Context

prepl-based tooling is starting to become a thing, and it's useful to be able to start a prepl server in the context of a Boot project with minimal effort.

How Has This Been Tested?

I have this task in my profile.boot and it works nicely for my personal workflow using Conjure (a prepl-based Clojure development plugin for Neovim).

Types of changes

Checklist: