Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 824 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 824 Bytes

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