Babashka Gum CLI Wrapper
| src/gum_utils | ||
| .gitignore | ||
| bb.edn | ||
| LICENSE.md | ||
| 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 {io.github.yourusername/gum-utils {:git/url "https://github.com/yourusername/gum-utils"
:sha "latest-commit-sha"}}}