gum-utils/README.md

24 lines
744 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 `bb.edn`:
```clojure
{: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](https://git.travisshears.com/travisshears/gum-utils/releases)