Compare commits

..

No commits in common. "main" and "40K" have entirely different histories.
main ... 40K

4 changed files with 7 additions and 10 deletions

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
.clj-kondo .clj-kondo
.lsp .lsp
.cpcache

View file

@ -9,14 +9,14 @@ A Clojure library providing convenient wrapper functions for the [Gum](https://g
## Installation ## Installation
Add this to your `bb.edn`: Add this to your `deps.edn`:
```clojure ```clojure
{:paths ["src"] {:deps {com.travisshears/gum-utils {
:deps {com.travisshears/gum-utils {:git/url "https://git.travisshears.com/travisshears/gum-utils" :git/url "https://git.travisshears.com/travisshears/gum-utils"
:git/tag "39K" :git/tag "40K"
:git/sha "748b21d358b62db0476bc3577cb5398acc533ba1"}}} :git/sha "77935f39f741"
}}}
``` ```
## Dev ## Dev

View file

@ -1,2 +0,0 @@
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.12.1"}}}

View file

@ -1,4 +1,4 @@
(ns com.travisshears.gum-utils (ns gum-utils.core
(:require (:require
[clojure.string :as str] [clojure.string :as str]
[babashka.process :refer [shell]])) [babashka.process :refer [shell]]))