init repo with utils file from cms project
This commit is contained in:
commit
a9c4cca71e
4 changed files with 68 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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"}}}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue