/sakay-web-utils

A utility library to be used across sakay web projects

Primary LanguageClojure

README

https://circleci.com/gh/by-implication/sakay-web-utils.svg?style=svg

Similar utility functions have been implemented across many of sakay’s web services and clients. This library aims to provide some DRYness and sanity to all this.

Installation

Because we don’t have a private clojars repository, we’ll have to use the git deps system provided by tools.deps.

{:deps {sakay-web-utils {:git/url "https://github.com/by-implication/sakay-web-utils.git"
                         :sha "8c679a027cd070cb04669c31b91d236be8519893"}}}

Dependencies

nameurlpurposeexplanation
timehttps://github.com/gfZeng/time.cljtimefully portable, compatible with java-time and javascript’s native time
cuerdashttps://github.com/funcool/cuerdasstring utilfully portable, features associative string formatting.