Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wall-brew-co/spoon
- Owner: Wall-Brew-Co
- License: mit
- Created: 2022-10-04T01:15:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T01:38:56.000Z (6 months ago)
- Last Synced: 2024-05-21T03:08:15.881Z (6 months ago)
- Topics: clojure, clojurescript, library, utils
- Language: Clojure
- Homepage:
- Size: 828 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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.
> DareknotderekThis 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)