Helper functions for the pragmatic clojurian
Add this to your deps.edn
coast-framework/helper {:mvn/version "1.0.0"}
Require it like this
(ns your-project
(:require [helper.core :as helper]))
Check out src/test for which functions do what 😅.
cd helper && make test
MIT
Any and all issues or pull requests welcome!