17 lines
528 B
Markdown
17 lines
528 B
Markdown
# Gum Utils
|
|
|
|
A Clojure library providing convenient wrapper functions for the [Gum](https://github.com/charmbracelet/gum) CLI tool, designed for use with Babashka.
|
|
|
|
## Prerequisites
|
|
|
|
- [Babashka](https://github.com/babashka/babashka) installed
|
|
- [Gum](https://github.com/charmbracelet/gum) installed
|
|
|
|
## Installation
|
|
|
|
Add this to your `deps.edn`:
|
|
|
|
```clojure
|
|
{:deps {io.github.yourusername/gum-utils {:git/url "https://github.com/yourusername/gum-utils"
|
|
:sha "latest-commit-sha"}}}
|
|
```
|