Skip to content

curiosity/curiosity.utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curiosity.utils

This is for generic utility functions in use across Curiosity's clojure projects. It remixes its own functions along with those from prismatic/plumbing, com.taeonsso/encore, and potemkin.

Docs

Run lein doc for html api docs. See docstrings or clojure.repl/doc otherwise.

Semi-recent output from lein doc resides here: https://curiosityapp.github.io/curiosity.utils

Installation

Clojars Project

Usage

(require '[curiosity.utils :refer :all])

Testing

Tests live under test/ and are run via CircleCI.

Latest Version

License

Copyright © 2015 Beacon Solutions, Inc

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.