/helper

Helper functions for the pragmatic clojurian

Primary LanguageClojureMIT LicenseMIT

helper

Helper functions for the pragmatic clojurian

Installation

Add this to your deps.edn

coast-framework/helper {:mvn/version "1.0.0"}

Usage

Require it like this

(ns your-project
  (:require [helper.core :as helper]))

Check out src/test for which functions do what 😅.

Testing

cd helper && make test

License

MIT

Contribution

Any and all issues or pull requests welcome!