Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b8183c1f3b | |||
| 748b21d358 |
4 changed files with 10 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
.clj-kondo
|
.clj-kondo
|
||||||
.lsp
|
.lsp
|
||||||
|
.cpcache
|
||||||
|
|
|
||||||
12
README.md
12
README.md
|
|
@ -9,14 +9,14 @@ A Clojure library providing convenient wrapper functions for the [Gum](https://g
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Add this to your `deps.edn`:
|
Add this to your `bb.edn`:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
{:deps {com.travisshears/gum-utils {
|
{:paths ["src"]
|
||||||
:git/url "https://git.travisshears.com/travisshears/gum-utils"
|
:deps {com.travisshears/gum-utils {:git/url "https://git.travisshears.com/travisshears/gum-utils"
|
||||||
:git/tag "40K"
|
:git/tag "39K"
|
||||||
:git/sha "77935f39f741"
|
:git/sha "748b21d358b62db0476bc3577cb5398acc533ba1"}}}
|
||||||
}}}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Dev
|
## Dev
|
||||||
|
|
|
||||||
2
deps.edn
Normal file
2
deps.edn
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
{:paths ["src"]
|
||||||
|
:deps {org.clojure/clojure {:mvn/version "1.12.1"}}}
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(ns gum-utils.core
|
(ns com.travisshears.gum-utils
|
||||||
(:require
|
(:require
|
||||||
[clojure.string :as str]
|
[clojure.string :as str]
|
||||||
[babashka.process :refer [shell]]))
|
[babashka.process :refer [shell]]))
|
||||||
Loading…
Add table
Add a link
Reference in a new issue