Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.04 KB

README.org

File metadata and controls

21 lines (16 loc) · 1.04 KB

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.