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.
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"}}}
name | url | purpose | explanation |
time | https://github.com/gfZeng/time.clj | time | fully portable, compatible with java-time and javascript’s native time |
cuerdas | https://github.com/funcool/cuerdas | string util | fully portable, features associative string formatting. |