Skip to content

A collection of non-domain-specific utility functions

License

Notifications You must be signed in to change notification settings

Wall-Brew-Co/spoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spoon - A clojure utility library

Clojars Project cljdoc badge GitHub Twitter Follow

The only tool we need is a big-ass brew spoon. Dareknotderek

This repository follows the guidelines and standards of the Wall Brew Open Source Policy.

Installation

A deployed copy of the most recent version of spoon can be found on clojars. To use it, add the following as a dependency in your project.clj file:

Clojars Project

The next time you build your application, Leiningen or deps.edn should pull it automatically. Alternatively, you may clone or fork the repository to work with it directly.

Clojure Version Compatibility

Spoon runs its test suite in a matrix, replacing the clojure version with multiple previous versions of the language. If your project is not running the most recent version of clojure, please consult the most recent compatibility testing results in the CI/CD pipeline.

Usage

Functions in spoon are organized by the Clojure library or data structure they are intended to work with. Generic functionality and macros will be added to core unless a more appropriate location exists.

See the API docs generated by quickdoc

License

Copyright © Wall Brew Co

This software is provided for free, public use as outlined in the MIT License