Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wall-brew-co/spoon

A collection of non-domain-specific utility functions
https://github.com/wall-brew-co/spoon

clojure clojurescript library utils

Last synced: 3 days ago
JSON representation

A collection of non-domain-specific utility functions

Awesome Lists containing this project

README

        

# spoon - A clojure utility library

[![Clojars Project](https://img.shields.io/clojars/v/com.wallbrew/spoon.svg)](https://clojars.org/com.wallbrew/spoon)
[![cljdoc badge](https://cljdoc.org/badge/com.wallbrew/spoon)](https://cljdoc.org/d/com.wallbrew/spoon/CURRENT)
[![GitHub](https://img.shields.io/github/license/Wall-Brew-Co/spoon)](https://github.com/Wall-Brew-Co/spoon/blob/master/LICENSE)
[![Twitter Follow](https://img.shields.io/twitter/follow/WallBrew?style=social)](https://twitter.com/WallBrew)

> 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.](https://github.com/Wall-Brew-Co/open-source "Our open source guidelines")

## Installation

A deployed copy of the most recent version of [spoon can be found on clojars.](https://clojars.org/com.wallbrew/spoon)
To use it, add the following as a dependency in your project.clj file:

[![Clojars Project](https://clojars.org/com.wallbrew/spoon/latest-version.svg)](https://clojars.org/com.wallbrew/spoon)

The next time you build your application, [Leiningen](https://leiningen.org/) or [deps.edn](https://clojure.org/guides/deps_and_cli) 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](https://github.com/Wall-Brew-Co/spoon/actions/workflows/compatibility.yml).

## 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](https://github.com/Wall-Brew-Co/spoon/blob/master/API.md) generated by [quickdoc](https://github.com/borkdude/quickdoc)

## License

Copyright © [Wall Brew Co](https://wallbrew.com/)

This software is provided for free, public use as outlined in the [MIT License](https://github.com/Wall-Brew-Co/spoon/blob/master/LICENSE)