coast-framework / helper

Helper functions for the pragmatic clojurian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Helper functions for the pragmatic clojurian

License:MIT License


Languages

Language:Clojure 98.4%Language:Makefile 1.6%