Babashka Gum CLI Wrapper
Find a file
2025-07-04 16:24:12 +02:00
src/com/travisshears add deps.edn and fix namespace 2025-07-04 15:53:06 +02:00
.gitignore update readme install example 2025-07-04 16:24:12 +02:00
bb.edn init repo with utils file from cms project 2025-07-04 14:33:00 +02:00
deps.edn add deps.edn and fix namespace 2025-07-04 15:53:06 +02:00
LICENSE.md add License 2025-07-04 14:36:31 +02:00
project.clj add project.clj 2025-07-04 15:11:24 +02:00
README.md update readme install example 2025-07-04 16:24:12 +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 bb.edn:

{:paths ["src"]
 :deps {com.travisshears/gum-utils {:git/url "https://git.travisshears.com/travisshears/gum-utils"
                                    :git/tag "39K"
                                    :git/sha "748b21d358b62db0476bc3577cb5398acc533ba1"}}}

Dev

Tags can be manually created in git hosting ui here