Skip to content

majorcluster/clj-data-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68ec3c9 · Apr 6, 2023

History

21 Commits
Mar 13, 2023
Apr 6, 2023
Mar 13, 2023
Mar 13, 2023
Mar 14, 2023
Mar 14, 2023
Mar 13, 2023
Mar 18, 2023
Jul 11, 2022
Apr 6, 2023

Repository files navigation

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