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 defaults
  • process - 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

Installation

Installs
First Seen
hugoduncan-babashkaprocess — smithery/ai