Liking cljdoc? Tell your friends :D

clj-data-adapter

Clojars Project

A Clojure library designed to have handy data conversions Particularly useful when transferring data between ports (external sources) into your logic layers and vice-versa

Usage

  • Add the dependency:
[org.clojars.majorcluster/clj-data-adapter "LAST RELEASE NUMBER"]

Publish

Requirements

  • Leiningen (of course 😄)
  • GPG (mac => brew install gpg)
  • Clojars account
  • Enter clojars/tokens page in your account -> generate one and use for password
export GPG_TTY=$(tty) && lein deploy clojars

Documentation

Read the docs

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close