hugoduncan-babashkaprocess
Installation
SKILL.md
babashka.process
A Clojure library for shelling out and spawning sub-processes. Wraps java.lang.ProcessBuilder with an ergonomic API supporting pipelines, streaming I/O, and process control.
Overview
babashka.process provides two main entry points:
shell- High-level convenience function with sensible defaultsprocess- Low-level function for fine-grained control
Included in Babashka since v0.2.3. Also usable as a JVM library.
Repository: https://github.com/babashka/process