Babashka Gum CLI Wrapper
Find a file
2025-07-04 14:33:00 +02:00
src/gum_utils init repo with utils file from cms project 2025-07-04 14:33:00 +02:00
.gitignore init repo with utils file from cms project 2025-07-04 14:33:00 +02:00
bb.edn init repo with utils file from cms project 2025-07-04 14:33:00 +02:00
README.md init repo with utils file from cms project 2025-07-04 14:33:00 +02:00

Gum Utils

A Clojure library providing convenient wrapper functions for the Gum CLI tool, designed for use with Babashka.

Prerequisites

Installation

Add this to your deps.edn:

{:deps {io.github.yourusername/gum-utils {:git/url "https://github.com/yourusername/gum-utils"
                                          :sha "latest-commit-sha"}}}