Babashka Gum CLI Wrapper
| src/gum_utils | ||
| .gitignore | ||
| bb.edn | ||
| LICENSE.md | ||
| project.clj | ||
| README.md | ||
Gum Utils
A Clojure library providing convenient wrapper functions for the Gum CLI tool, designed for use with Babashka.
Prerequisites
Installation
Add this to your deps.edn:
{:deps {com.travisshears/gum-utils {
:git/url "https://git.travisshears.com/travisshears/gum-utils"
:git/tag "40K"
:git/sha "77935f39f741"
}}}
Dev
Tags can be manually created in git hosting ui here